remove obsolete component

This commit is contained in:
2023-02-26 11:35:50 +10:00
parent 05cc7767bf
commit 2eac3f8b0b

View File

@@ -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";