prop never set back to false before retry
This commit is contained in:
parent
f2be14b1de
commit
f00103b7e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue