Merge pull request #2710 from Safelite/feature/CASH-1291

CASH-1291: Calendar not reloading when switching inshop/mobile
This commit is contained in:
Chris 2025-07-29 11:00:26 -04:00 committed by GitHub
commit 239715d553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1173,7 +1173,7 @@ export default {
if (this.preSelectedDate) this.selectedDate = this.preSelectedDate;
if (!this.selectedDate) {
if (!this.preSelectedDate) {
// if no date is preselected on load, then select the first available
let selectedDateMobile = this.getSelectedDateForMobile();
let selectedDateInshop = this.getSelectedDateForInshop();