diff --git a/components/EntityList.vue b/components/EntityList.vue index ebee1b0..b977b7a 100644 --- a/components/EntityList.vue +++ b/components/EntityList.vue @@ -2,7 +2,7 @@ import {useTempStore} from "~/stores/temp.js"; import FloatingActionButton from "~/components/mobile/FloatingActionButton.vue"; import EntityTable from "~/components/EntityTable.vue"; -import EntityListMobile from "~/components/EntityListMobile.vue"; +import EntityTableMobile from "~/components/EntityTableMobile.vue"; const { has } = usePermission() @@ -145,6 +145,7 @@ const filteredRows = computed(() => { + -