prop never set back to false before retry

This commit is contained in:
Bill Richardson 2024-07-24 13:52:45 -04:00
parent f2be14b1de
commit f00103b7e9

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