diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index c28307e0a..2e811c6dc 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -16,9 +16,7 @@ :onModalClosedCallback="onModalClosed" :onModalOpenedCallback="updateSelectedAnswer" :footerButtonText="modalFooterText" - :footerButtonDisabled=" - displayInvalidZipAlert || displayNoShopsAlert || !localSelectedProviderNumber - " + :footerButtonDisabled="isModalFooterButtonDisabled" @footer-button-event="setZipCodeAndShop">
String(a.value) === String(this.localSelectedProviderNumber))) { + this.localSelectedProviderNumber = null; + } // I think we should call our new pushGA Event here with new mapped data this.indexOfLastShopToBeDisplayed = mappedData.length; this.displayNoShopsAlert = this.answers.length === 0;