lastSuccessfulZip removed
This commit is contained in:
parent
d41afdcee1
commit
62e80028b7
1 changed files with 0 additions and 4 deletions
|
|
@ -117,7 +117,6 @@ export default {
|
||||||
shopIndex: 0,
|
shopIndex: 0,
|
||||||
localShopProviderData: this.shopProviderData, // Why does parent manage this sometimes, but not all of the time
|
localShopProviderData: this.shopProviderData, // Why does parent manage this sometimes, but not all of the time
|
||||||
selectedProviderNumber: null, // Revisit this, maybe not too hard
|
selectedProviderNumber: null, // Revisit this, maybe not too hard
|
||||||
lastSuccessfulZip: "", // zip refactor
|
|
||||||
displayInvalidZipAlert: false, // part of big refactor of asyn calls
|
displayInvalidZipAlert: false, // part of big refactor of asyn calls
|
||||||
displayNoShopsAlert: false, // part of big refactor of asyn calls
|
displayNoShopsAlert: false, // part of big refactor of asyn calls
|
||||||
};
|
};
|
||||||
|
|
@ -395,9 +394,6 @@ export default {
|
||||||
this.selectedProviderNumber = null;
|
this.selectedProviderNumber = null;
|
||||||
}
|
}
|
||||||
this.shopIndex = mappedData.length;
|
this.shopIndex = mappedData.length;
|
||||||
if (mappedData.length > 0) {
|
|
||||||
this.lastSuccessfulZip = zipCode;
|
|
||||||
}
|
|
||||||
this.displayNoShopsAlert = this.answers.length === 0;
|
this.displayNoShopsAlert = this.answers.length === 0;
|
||||||
},
|
},
|
||||||
resetModalButtonStyle() {
|
resetModalButtonStyle() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue