loader when leaving coverage statement

This commit is contained in:
Bill Richardson 2026-04-03 09:58:02 -04:00
parent d374d366ff
commit 623fab8f1d

View file

@ -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);