8452-testToMaster #1292

Merged
alexm merged 394 commits from 8452-testToMaster into master 2025-01-28 06:44:16 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit de87acd5cc - Show all commits

View File

@ -311,6 +311,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
store.data.push(val);
}
}
}
const totalRows = computed(() => (store.data && store.data.length) || 0);
const isLoading = computed(() => store.isLoading || false);