8389-testToMaster #1207

Merged
alexm merged 180 commits from 8389-testToMaster into master 2025-01-14 06:32:35 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 2505061b8c - Show all commits

View File

@ -125,8 +125,7 @@ export function useArrayData(key = useRoute().meta.moduleName, userOptions) {
store.hasMoreData = limit && response.data.length >= limit;
if (!append && !isDialogOpened() && updateRouter) {
const res = updateStateParams(response.data);
if (res?.redirect) return;
if (updateStateParams()?.redirect) return;
}
store.isLoading = false;
canceller = null;