Merge pull request #2489 from Safelite/feature/bugfix/CASH-552

Feature/bugfix/cash 552
This commit is contained in:
AdamCaouetteSafelite 2025-05-07 09:34:38 -04:00 committed by GitHub
commit d304710d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -375,6 +375,10 @@ export default {
setTimeout(() => {
this.$refs.datePicker.showAnotherMonth().then((moreSelectableDatesData) => {
this.selectableDatesData = moreSelectableDatesData;
if (selectableDatesData?.days?.length > 0) {
this.selectedDate = selectableDatesData.days[0].date;
}
this.setDisplayWaitList();
});
}, 50);