chore: FE fix import

This commit is contained in:
Michael 2025-03-19 11:07:27 +01:00
parent b310cf67b6
commit 47bb069d14
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
import {computed, ref} from "vue";
import draggable from "vuedraggable";
draggable.compatConfig = { MODE: 3 };
import DataTableRowHandler from "@/components/content/partials/table/DataTableRowHandler.vue";
//import DataTableRowHandler from "@/components/content/partials/table/DataTableRowHandler.vue";
const emit = defineEmits([
'update:search',