Merge branch 'release/2025.07.31' into feature/CASH-1077v2

This commit is contained in:
scottkiener-at-safelite 2025-07-18 12:30:59 -04:00 committed by GitHub
commit 0b5e3db05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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