CASH-1790: refactoring and restoring watch on time-slot-question
(cherry picked from commit 290ea914e2)
This commit is contained in:
parent
29c7243b98
commit
c45c241a65
1 changed files with 0 additions and 3 deletions
|
|
@ -190,9 +190,6 @@ export default {
|
||||||
this.updateDropoffAndTimeSlotAnswersFromSelectedRouteCodeData(newValue);
|
this.updateDropoffAndTimeSlotAnswersFromSelectedRouteCodeData(newValue);
|
||||||
},
|
},
|
||||||
timeSlotsForSelectedDate() {
|
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.selectedAnswerForDropOffOrInshop = null;
|
||||||
this.selectedAnswerForTimeSlots = null;
|
this.selectedAnswerForTimeSlots = null;
|
||||||
this.autoSelectTimeSlotIfOnlyOneIsAvailable();
|
this.autoSelectTimeSlotIfOnlyOneIsAvailable();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue