collab with Michaela on loader flashing

This commit is contained in:
Bill Richardson 2024-05-02 14:23:18 -04:00
parent 2e0d40618c
commit e1f65c7b61
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) {