Fix: Broken E2E tests #1171

Merged
jon merged 16 commits from Fix-IntegrationE2ETests into dev 2025-01-07 09:12:56 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4900935e73 - Show all commits

View File

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

View File

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