collab with Michaela on loader flashing
This commit is contained in:
parent
2e0d40618c
commit
e1f65c7b61
2 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
import showIssLoadingModal from '@/helpers/loading-modal-helper';
|
||||
|
||||
export default {
|
||||
mounted() {
|
||||
showIssLoadingModal(false);
|
||||
},
|
||||
methods: {
|
||||
onSubmit() {
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue