Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into Fix-IntegrationE2ETests

This commit is contained in:
Alex Moreno 2025-01-03 13:46:18 +01:00
commit 4900935e73
2 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ function handleSelection({ evt, added, rows: selectedRows }, rows) {
show-if-above show-if-above
> >
<QScrollArea class="fit"> <QScrollArea class="fit">
<VnTableFilter :data-key="$attrs['data-key']" :columns="columns" /> <VnTableFilter :data-key="$attrs['data-key']" :columns="columns" :redirect="redirect" />
</QScrollArea> </QScrollArea>
</QDrawer> </QDrawer>
<CrudModel <CrudModel

View File

@ -8,7 +8,7 @@ import { useArrayData } from 'src/composables/useArrayData';
const $props = defineProps({ const $props = defineProps({
section: { section: {
type: String, type: String,
required: true, default: null,
}, },
dataKey: { dataKey: {
type: String, type: String,