refactor: refs #8316 used VnSection and VnCardBeta #1144

Merged
jtubau merged 11 commits from 8316-entryCardWithVnCardBeta into dev 2025-01-17 11:49:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7be5f9633b - Show all commits

View File

@ -2,7 +2,6 @@
import { ref, computed } from 'vue';
import { useI18n } from 'vue-i18n';
import EntryFilter from './EntryFilter.vue';
import { useStateStore } from 'stores/useStateStore';
import VnTable from 'components/VnTable/VnTable.vue';
import { toDate } from 'src/filters';
import { useSummaryDialog } from 'src/composables/useSummaryDialog';
@ -199,6 +198,7 @@ const columns = computed(() => [
<VnTable
ref="tableRef"
:data-key="dataKey"
:filter="entryFilter"
:create="{
urlCreate: 'Entries',
title: t('Create entry'),