From 33c240139272c97e48146d4a4f57bc6360169914 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Wed, 16 Jul 2025 15:36:26 -0400 Subject: [PATCH] Fixed modal button validation issue --- .../shop-question/shop-question-popup.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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;