Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6c14ac36d0
commit
0379010c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ router.afterEach(async (to, from) => {
|
|||
);
|
||||
|
||||
if (from.name !== undefined && !skipSaveSession && !store.hasSubmittedOrder()) {
|
||||
await saveSession({ bailoutOnError: false});
|
||||
await saveSession({ bailoutOnError: false });
|
||||
}
|
||||
|
||||
document.title = routerTitles[to.query.issPage] || 'Safelite Solutions®';
|
||||
|
|
|
|||
Loading…
Reference in a new issue