fix(fe smartblock): fixing smartblock_page.ts name

This commit is contained in:
Marco Cavalli 2025-05-26 15:18:28 +02:00
parent 25ca1d17a5
commit ee1010dacd
4 changed files with 7 additions and 41 deletions

View file

@ -2,7 +2,7 @@
import Table from "@/components/content/partials/Table.vue";
import ConfirmDelete from "@/components/content/partials/dialogs/ConfirmDelete.vue";
import {onBeforeMount, reactive, ref, watch} from "vue";
import {blocks_page} from "@/composables/content/blocks_page.ts";
import {smartblock_page} from "@/composables/content/smartblock_page.ts";
import SmartBlockEditor from "@partials/SmartBlockEditor.vue";
import {useSmartBlockStore} from "@/stores/smartblock.store.ts";
import {baseSmartBlock} from "@models/smartblock/smartblock.ts";
@ -21,7 +21,7 @@ const props = defineProps({
const smartBlockStore = useSmartBlockStore()
const { items, listData, headers, selected, loading, search, getItems, editItem, deleteItem } = blocks_page()
const { items, listData, headers, selected, loading, search, getItems, editItem, deleteItem } = smartblock_page()
const itemEdited = ref({
id: null