Fix an issue if mobile only zip has no appts

This commit is contained in:
Bill Richardson 2026-05-19 15:48:17 -04:00
parent b21c28c95a
commit ec5f6f2344

View file

@ -741,7 +741,7 @@ export default {
startDate,
endDate,
this.selectedAppointmentType,
this.selectedProvider.providerNumber || mobileProviderNumberToUse,
this.selectedProvider?.providerNumber || mobileProviderNumberToUse,
this.selectedMobileZipCode
);
// ADD API CALL RESULTS TO EXISTING DATE DATA