diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index a1778caa4..f08038f2b 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1859,7 +1859,7 @@ export default { selectedDate(newValue, oldValue) { if (!this.isDatePickerDoneInitializing) { return; - } // needed otherwise it nulls selecdtedTimeSlotInfo too early and prevents a previously selected time slot from auto-selecting + } // needed otherwise it nulls selectedTimeSlotInfo too early and prevents a previously selected time slot from auto-selecting // Clear time slot selection if date selected changes const selectedDate = this.getSelectedDateFromStore();