hotfix_rowClickActions #1643

Merged
jsegarra merged 4 commits from hotfix_rowClickActions into master 2025-03-26 15:32:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 28d7878b80 - Show all commits

View File

@ -8,6 +8,6 @@ import filter from './EntryFilter.js';
data-key="Entry"
url="Entries"
:descriptor="EntryDescriptor"
:filter="filter"
:filter="{ ...filter, where: { id: $route.params.id } }"
/>
</template>