CASH-1164 | Fix issue where pick a time stayed selected when date change

This commit is contained in:
Scott Kiener 2025-07-18 11:04:05 -04:00
parent f522cd6486
commit 70abefd524

View file

@ -544,7 +544,8 @@ export default {
},
selectedDate: {
handler() {
this.selectedRouteCode = null;
this.selectedAnswerForDropOffOrInshop = null;
this.selectedAnswerForTimeSlots = null;
this.autoSelectTimeSlotIfOnlyOneIsAvailable();
},
},