loader when leaving coverage statement
This commit is contained in:
parent
d374d366ff
commit
623fab8f1d
1 changed files with 2 additions and 1 deletions
|
|
@ -410,7 +410,8 @@ export default {
|
|||
}
|
||||
},
|
||||
async navigateForward() {
|
||||
if (this.isUnverifiedVisible || this.isDeductibleVisible) {
|
||||
showIssLoadingModal(true);
|
||||
if (this.isUnverifiedVisible || this.isDeductibleVisible) {
|
||||
this.navigateWithScenario(navigationScenarios.CLICKED_FORWARD);
|
||||
} else if (this.isITACQuoteVisible || this.isNoCompQuoteVisible) {
|
||||
this.mainStore.updateIsSafeliteProvider(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue