Fix after update from release branch.
This commit is contained in:
parent
beb3350957
commit
ff5b6b0ad2
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@
|
||||||
getInshopTimeSlotsForSelectedDate(entry.provider.providerNumber)
|
getInshopTimeSlotsForSelectedDate(entry.provider.providerNumber)
|
||||||
"
|
"
|
||||||
:availableDateChips="
|
:availableDateChips="
|
||||||
getInshopAvailableDateChips(provider.providerNumber)
|
getInshopAvailableDateChips(entry.provider.providerNumber)
|
||||||
"
|
"
|
||||||
:radioGroupName="schedulingRadioGroupName"
|
:radioGroupName="schedulingRadioGroupName"
|
||||||
:isLoading="isLoadingDates || Boolean(entry.isLoadingTimeSlots)"
|
:isLoading="isLoadingDates || Boolean(entry.isLoadingTimeSlots)"
|
||||||
@address-clicked="onInshopAddressClicked(entry.provider)" />
|
@address-clicked="onInshopAddressClicked(entry.provider)"
|
||||||
@date-selected="onSchedulingDateSelected" />
|
@date-selected="onSchedulingDateSelected" />
|
||||||
</div>
|
</div>
|
||||||
</Transition>
|
</Transition>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue