CASH-1790: refactoring and restoring watch on time-slot-question

(cherry picked from commit 290ea914e2)
This commit is contained in:
Adam Caouette 2025-12-11 12:38:19 -05:00
parent 29c7243b98
commit c45c241a65

View file

@ -190,9 +190,6 @@ export default {
this.updateDropoffAndTimeSlotAnswersFromSelectedRouteCodeData(newValue);
},
timeSlotsForSelectedDate() {
if (!this.isDatePickerDoneInitializing) {
return;
} // needed otherwise it nulls these too early and prevents a previously selected time slot from auto-selecting
this.selectedAnswerForDropOffOrInshop = null;
this.selectedAnswerForTimeSlots = null;
this.autoSelectTimeSlotIfOnlyOneIsAvailable();