Merge pull request #800 from Safelite/feature/richardson/SSR-1428
prop never set back to false before retry
This commit is contained in:
commit
2d3c799bc1
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ export default {
|
||||||
},
|
},
|
||||||
async configureZip() {
|
async configureZip() {
|
||||||
try {
|
try {
|
||||||
|
this.displayInvalidZipAlert = false;
|
||||||
await this.mainStore.validateZip({ zip: this.welcomePageModel.policyZipCode });
|
await this.mainStore.validateZip({ zip: this.welcomePageModel.policyZipCode });
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue