Merge pull request #2632 from Safelite/feature/CASH-1077

CASH-816
This commit is contained in:
Johnny Shultz 2025-07-11 09:54:10 -04:00 committed by GitHub
commit 1bb2cf86fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,6 +119,7 @@
@update:modelValue="onShopModelUpdated"
@updated-zipcode-ctu="setZipcodeCtu"
@update-shop-provider-data="shopProviderData = $event"
@updated-contains-military-base="setContainsMilitaryBase"
:zipCode="zipCode"
:isDisplayed="isShopQuestionDisplayed"
cmsWidgetName="YourSafeliteShopWidget" />
@ -1613,7 +1614,6 @@ export default {
}
},
},
appointmentTypeFromAppointmentTypeQuestion: {
handler(newValue, oldValue) {
if (newValue === AppointmentTypeStrings.MOBILE) {
@ -1710,4 +1710,8 @@ export default {
}
}
}
.shop-question-button .list-button-content {
background: $blue-100;
box-shadow: 0 0 0 1px $primary;
}
</style>