feat: refs #8388 enable auto-load
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2025-05-13 13:26:20 +02:00
parent f020db7fe1
commit 1535be957f
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ async function createInvoice() {
(data) => (totalAmount = data?.reduce((acc, entry) => acc + entry.amount, 0))
"
:selection-fn="(rows) => rows.filter((row) => !row.isBooked)"
auto-load
>
<template #top-left>
<QBtn