Merge pull request #2664 from Safelite/feature/CASH-1164

CASH-1164 | Fix issue where pick a time stayed selected when date change
This commit is contained in:
scottkiener-at-safelite 2025-07-18 12:26:51 -04:00 committed by GitHub
commit 72eccda5c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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