remove obsolete component
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</SMRow>
|
</SMRow>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMColumn>
|
<SMColumn>
|
||||||
<SMSelect
|
<SMInput
|
||||||
control="location"
|
control="location"
|
||||||
:options="{
|
:options="{
|
||||||
online: 'Online',
|
online: 'Online',
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
label="Publish Date/Time"></SMDatepicker>
|
label="Publish Date/Time"></SMDatepicker>
|
||||||
</SMColumn>
|
</SMColumn>
|
||||||
<SMColumn>
|
<SMColumn>
|
||||||
<SMSelect
|
<SMInput
|
||||||
control="status"
|
control="status"
|
||||||
:options="{
|
:options="{
|
||||||
draft: 'Draft',
|
draft: 'Draft',
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
</SMRow>
|
</SMRow>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMColumn>
|
<SMColumn>
|
||||||
<SMSelect
|
<SMInput
|
||||||
control="registration_type"
|
control="registration_type"
|
||||||
label="Registration"
|
label="Registration"
|
||||||
:options="{
|
:options="{
|
||||||
@@ -122,7 +122,6 @@ import { api } from "../../helpers/api";
|
|||||||
import SMInput from "../../components/SMInput.vue";
|
import SMInput from "../../components/SMInput.vue";
|
||||||
import SMButton from "../../components/SMButton.vue";
|
import SMButton from "../../components/SMButton.vue";
|
||||||
import SMDialog from "../../components/SMDialog.vue";
|
import SMDialog from "../../components/SMDialog.vue";
|
||||||
import SMSelect from "../../components/SMSelect.vue";
|
|
||||||
import SMDatepicker from "../../components/SMDatePicker.vue";
|
import SMDatepicker from "../../components/SMDatePicker.vue";
|
||||||
import SMEditor from "../../components/SMEditor.vue";
|
import SMEditor from "../../components/SMEditor.vue";
|
||||||
import SMFormFooter from "../../components/SMFormFooter.vue";
|
import SMFormFooter from "../../components/SMFormFooter.vue";
|
||||||
|
|||||||
Reference in New Issue
Block a user