8713-testToMaster #1539

Merged
alexm merged 118 commits from 8713-testToMaster into master 2025-03-04 06:57:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 61374493bd - Show all commits

View File

@ -76,7 +76,7 @@ export function useArrayData(key, userOptions) {
}
async function fetch(fetchOptions) {
let { append = false, updateRouter = true } = fetchOptions;
let { append = false, updateRouter = true } = fetchOptions ?? {};
if (!store.url) return;
cancelRequest();