CASH-1228

CASH-1228 force reset the selected timeslot when the date changes.
This commit is contained in:
CarlNation 2025-07-24 15:15:50 -04:00
parent 82c2db6882
commit b7dc72ad77

View file

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