CASH-1790: copilot suggestion
This commit is contained in:
parent
165157ae47
commit
47e57c8425
1 changed files with 1 additions and 1 deletions
|
|
@ -1594,7 +1594,7 @@ export default {
|
|||
isPremiumAppointment: null,
|
||||
};
|
||||
},
|
||||
updateTimeSlot(timeSlotObj) {
|
||||
updateTimeSlot(timeSlotObj) {
|
||||
if (!timeSlotObj?.routeCode) {
|
||||
this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF;
|
||||
this.selectedTimeSlotInfo = this.getEmptyTimeSlot();
|
||||
|
|
|
|||
Loading…
Reference in a new issue