Merge branch 'release/2025.05.22' into CASH-313-chat-style-updates

This commit is contained in:
scottkiener-at-safelite 2025-05-07 09:56:41 -04:00 committed by GitHub
commit 70d43710cd
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);