ref #5417 fix filters and view #97

Merged
jorgep merged 12 commits from 5417-fixCustomerPayments into dev 2023-10-18 07:25:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b10278901 - Show all commits

View File

@ -136,7 +136,7 @@ export function useArrayData(key, userOptions) {
}
async function refresh(showAll = true) {
if (showAll || (!showAll && Object.values(store.userParams).length))
if (showAll || Object.values(store.userParams).length)
jorgep marked this conversation as resolved Outdated

!showAll sobraria no?

!showAll sobraria no?
await fetch({ append: false });
}