Merge pull request 'fix: update EntryList template to use array-data-props for URL configuration' (!1572) from hotFixEntries2 into master
gitea/salix-front/pipeline/head There was a failure building this commit Details

Reviewed-on: #1572
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Pablo Natek 2025-03-06 13:03:48 +00:00
commit 4992c7bb53
1 changed files with 5 additions and 1 deletions

View File

@ -283,7 +283,11 @@ onBeforeMount(async () => {
</script>
<template>
<VnSection :data-key="dataKey" prefix="entry" url="Entries/filter">
<VnSection
:data-key="dataKey"
prefix="entry"
:array-data-props="{url='Entries/filter'}"
>
<template #advanced-menu>
<EntryFilter :data-key="dataKey" />
</template>