CASH-1790: spelling fix

This commit is contained in:
Adam Caouette 2025-12-01 03:07:38 -05:00
parent c6bdbf8a03
commit a6bd79299c

View file

@ -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();