CASH-1228
CASH-1228 force reset the selected timeslot when the date changes.
This commit is contained in:
parent
82c2db6882
commit
b7dc72ad77
1 changed files with 1 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ export default {
|
||||||
},
|
},
|
||||||
selectedDate: {
|
selectedDate: {
|
||||||
handler() {
|
handler() {
|
||||||
|
this.resetSelectedTimeSlot();
|
||||||
this.selectedAnswerForDropOffOrInshop = null;
|
this.selectedAnswerForDropOffOrInshop = null;
|
||||||
this.selectedAnswerForTimeSlots = null;
|
this.selectedAnswerForTimeSlots = null;
|
||||||
this.autoSelectTimeSlotIfOnlyOneIsAvailable();
|
this.autoSelectTimeSlotIfOnlyOneIsAvailable();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue