Updated save session loader modal behavior.
This commit is contained in:
parent
6b3dcad2fc
commit
b8cffbabd5
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ router.beforeEach(async (to, from) => {
|
||||||
try {
|
try {
|
||||||
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
||||||
}
|
}
|
||||||
finally {
|
catch (error) {
|
||||||
|
// Only remove spinner on error. Successfull new page load will remove it by default.
|
||||||
showIssLoadingModal(false);
|
showIssLoadingModal(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue