Fix an issue if mobile only zip has no appts
This commit is contained in:
parent
b21c28c95a
commit
ec5f6f2344
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue