Merge branch 'release/2025.05.22' into CASH-313-chat-style-updates
This commit is contained in:
commit
70d43710cd
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue