Merge branch 'release/2025.09.25' into feature/CASH-1428

This commit is contained in:
mvalaiyapathi 2025-09-19 11:23:00 -04:00 committed by GitHub
commit d261fc5a44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,15 +650,14 @@ export default {
}
},
showTimeSlotQuestion() {
var selectedDate = this.selectedDate;
if (
this.selectedDate &&
this.selectedDate.includes("mobile") &&
!this.isMobileSelected
) {
selectedDate = this.getSelectedDate();
this.getNewSelectedDate();
}
return selectedDate && this.appointmentTypeFromAppointmentTypeQuestion;
return this.selectedDate && this.appointmentTypeFromAppointmentTypeQuestion;
},
isMobileStaticRecalibrationApplicable() {
return (
@ -1787,6 +1786,9 @@ export default {
this.selectedDate = this.getSelectedDate();
this.setDisplayWaitList();
},
getNewSelectedDate() {
this.selectedDate = this.getSelectedDate();
},
},
watch: {
appointmentTypeFromAppointmentTypeQuestion: {