CASH-1291: Calendar not reloading when switching inshop/mobile

This commit is contained in:
Chris Redelinghuys 2025-07-29 10:18:13 -04:00
parent 065fe0be2b
commit d9360bc04f

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();