Merge pull request #676 from Safelite/feature/richardson/SSR-1220

collab with Michaela on loader flashing
This commit is contained in:
michaela-brydon-safelite 2024-05-02 14:48:37 -04:00 committed by GitHub
commit 560dd4a0b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,9 @@
import showIssLoadingModal from '@/helpers/loading-modal-helper';
export default {
mounted() {
showIssLoadingModal(false);
},
methods: {
onSubmit() {
/**

View file

@ -170,8 +170,6 @@ router.afterEach(async (to, from) => {
store.clearSaveSessionPromise();
}
showIssLoadingModal(false);
const saveSessionSynchronous = !!from.params[routerParams.SAVE_SESSION_SYNCHRONOUS];
await saveSession({ shouldAwaitSaveSessionQueue: saveSessionSynchronous }).catch((error) => {
if (from.name === issPageValues.WELCOME_PAGE) {