Merge pull request #1234 from Safelite/feature/richardson/INSR-mobilePro-noappts
Fix an issue if mobile only zip has no appts
This commit is contained in:
commit
afc64af597
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