Merge pull request #2680 from Safelite/feature/CASH-1224

CASH-1224
This commit is contained in:
Johnny Shultz 2025-07-22 16:10:17 -04:00 committed by GitHub
commit 4a3a84689c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1111,6 +1111,7 @@ export default {
},
onShopSelected(shopQuestionPopUpData) {
this.resetWaitlist();
this.preSelectedDate = null;
this.shopProviderData = shopQuestionPopUpData.shopProviderData;
this.setServiceabilityDetails(shopQuestionPopUpData.serviceabilityDetails);
const selectedProvider = this.shopProviderData.shopProviders.find((shopProvider) => {