Merge pull request #2982 from Safelite/nation/CASH-2041

CASH-2041
This commit is contained in:
CarlNation 2025-12-18 15:40:05 -05:00 committed by GitHub
commit c1526b2735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1731,7 +1731,9 @@ export default {
this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF;
}
// make sure a selectedProvider exists
this.updateSelectedProvider(this.lastSelectedInshopOrDropoffProvider);
if (this.lastSelectedInshopOrDropoffProvider) {
this.updateSelectedProvider(this.lastSelectedInshopOrDropoffProvider);
}
} else {
this.appointmentType = null;
}