Merge pull request #1167 from Safelite/feature/richardson/INSR-7904.3

loader when leaving coverage statement
This commit is contained in:
brich1212safe 2026-04-03 10:07:42 -04:00 committed by GitHub
commit 66ba4498fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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