Merge pull request #1167 from Safelite/feature/richardson/INSR-7904.3
loader when leaving coverage statement
This commit is contained in:
commit
66ba4498fe
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