Delete an application member
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import ally from 'ally.js'
|
||||
|
||||
import checkboxinput from '../checkbox_input'
|
||||
import DateSelector from '../date_selector'
|
||||
import FormMixin from '../../mixins/form'
|
||||
import levelofwarrant from '../levelofwarrant'
|
||||
import Modal from '../../mixins/modal'
|
||||
import multicheckboxinput from '../multi_checkbox_input'
|
||||
import MultiStepModalForm from './multi_step_modal_form'
|
||||
import checkboxinput from '../checkbox_input'
|
||||
import levelofwarrant from '../levelofwarrant'
|
||||
import multicheckboxinput from '../multi_checkbox_input'
|
||||
import optionsinput from '../options_input'
|
||||
import textinput from '../text_input'
|
||||
import toggler from '../toggler'
|
||||
@@ -14,12 +14,12 @@ import toggler from '../toggler'
|
||||
export default {
|
||||
name: 'base-form',
|
||||
components: {
|
||||
checkboxinput,
|
||||
DateSelector,
|
||||
levelofwarrant,
|
||||
Modal,
|
||||
multicheckboxinput,
|
||||
MultiStepModalForm,
|
||||
checkboxinput,
|
||||
levelofwarrant,
|
||||
multicheckboxinput,
|
||||
optionsinput,
|
||||
textinput,
|
||||
toggler,
|
||||
|
Reference in New Issue
Block a user