8713-testToMaster #1539
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue