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,
|
startDate,
|
||||||
endDate,
|
endDate,
|
||||||
this.selectedAppointmentType,
|
this.selectedAppointmentType,
|
||||||
this.selectedProvider.providerNumber || mobileProviderNumberToUse,
|
this.selectedProvider?.providerNumber || mobileProviderNumberToUse,
|
||||||
this.selectedMobileZipCode
|
this.selectedMobileZipCode
|
||||||
);
|
);
|
||||||
// ADD API CALL RESULTS TO EXISTING DATE DATA
|
// ADD API CALL RESULTS TO EXISTING DATE DATA
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue