Remove form mixin from toggler component
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import FormMixin from '../mixins/form'
|
||||
import optionsinput from './options_input'
|
||||
import textinput from './text_input'
|
||||
import BaseForm from './forms/base_form'
|
||||
|
||||
export default {
|
||||
name: 'toggler',
|
||||
|
||||
mixins: [FormMixin],
|
||||
|
||||
props: {
|
||||
initialSelectedSection: {
|
||||
type: String,
|
||||
@@ -18,6 +16,7 @@ export default {
|
||||
optionsinput,
|
||||
textinput,
|
||||
optionsinput,
|
||||
BaseForm,
|
||||
toggler: this,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user