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 1 deletions
Showing only changes of commit b28873c67d - Show all commits

View File

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