CASH-1790 add a matching setSelectedDateToFirstAvailable for if zip code only changes

This commit is contained in:
Adam Caouette 2026-01-26 10:56:24 -05:00
parent 15251e7677
commit 80a7cfe99e

View file

@ -1782,6 +1782,7 @@ export default {
this.showMobileFirstModal(); this.showMobileFirstModal();
this.hideLoadingModal(); this.hideLoadingModal();
this.calendarLoadingStatus = "none"; this.calendarLoadingStatus = "none";
this.setSelectedDateToFirstAvailable();
}); });
}); });
}, },