fix incorrect select image control
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
:type="registration_data?.type" />
|
:type="registration_data?.type" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-8">
|
<div class="mb-8">
|
||||||
<SMInput control="hero" type="media" label="Hero image" />
|
<SMSelectImage control="hero" label="Hero image" />
|
||||||
</div>
|
</div>
|
||||||
<SMEditor
|
<SMEditor
|
||||||
class="mb-8"
|
class="mb-8"
|
||||||
@@ -124,6 +124,7 @@ import SMLoading from "../../components/SMLoading.vue";
|
|||||||
import SMPageStatus from "../../components/SMPageStatus.vue";
|
import SMPageStatus from "../../components/SMPageStatus.vue";
|
||||||
import { userHasPermission } from "../../helpers/utils";
|
import { userHasPermission } from "../../helpers/utils";
|
||||||
import SMDropdown from "../../components/SMDropdown.vue";
|
import SMDropdown from "../../components/SMDropdown.vue";
|
||||||
|
import SMSelectImage from "../../components/SMSelectImage.vue";
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|||||||
Reference in New Issue
Block a user