Merge pull request #800 from Safelite/feature/richardson/SSR-1428

prop never set back to false before retry
This commit is contained in:
brich1212safe 2024-07-24 14:32:55 -04:00 committed by GitHub
commit 2d3c799bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -322,6 +322,7 @@ export default {
},
async configureZip() {
try {
this.displayInvalidZipAlert = false;
await this.mainStore.validateZip({ zip: this.welcomePageModel.policyZipCode });
return Promise.resolve();
} catch (e) {