ref #5417 fix filters and view #97
|
@ -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
|
||||
await fetch({ append: false });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
!showAll sobraria no?