Merge pull request #2715 from Safelite/feature/CASH-1291-half-revert

Fix related to 1303
This commit is contained in:
scottkiener-at-safelite 2025-07-29 16:35:59 -04:00 committed by GitHub
commit 5898b01e0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1660,6 +1660,17 @@ export default {
AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF) &&
this.selectedProvider
) {
this.selectedTimeSlotInfo = {
timeSlot: {
date: null,
routeCode: null,
startTime: null,
endTime: null,
jobMaxMinutes: null,
jobMinMinutes: null,
},
isPremiumAppointment: null,
};
this.lastSelectedInshopOrDropoffProvider = this.selectedProvider;
}
this.appointmentType = AppointmentTypeStrings.MOBILE;