Merge pull request #1286 from Safelite/feature/jzimmerman/savesession-loaderupdate
Updated save session loader modal behavior.
This commit is contained in:
commit
d04b0558de
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ router.beforeEach(async (to, from) => {
|
|||
try {
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue