parent
8cd70f0467
commit
773fe6c698
1 changed files with 6 additions and 3 deletions
|
|
@ -36,7 +36,10 @@
|
||||||
isInshopOrDropOffAppointment ? 'is-inshop-or-drop-off-appointment' : '',
|
isInshopOrDropOffAppointment ? 'is-inshop-or-drop-off-appointment' : '',
|
||||||
]"
|
]"
|
||||||
:answers="availableTimeSlots"
|
:answers="availableTimeSlots"
|
||||||
:lazyLoad="{ isLazyLoad: !isMobileAppointment && !selectedAnswerForTimeSlots, amountToLoad: 10 }"
|
:lazyLoad="{
|
||||||
|
isLazyLoad: !isMobileAppointment && !selectedAnswerForTimeSlots,
|
||||||
|
amountToLoad: 10,
|
||||||
|
}"
|
||||||
groupName="chooseTimeSlot"
|
groupName="chooseTimeSlot"
|
||||||
textPosition="text-center"
|
textPosition="text-center"
|
||||||
questionText="Available times:"
|
questionText="Available times:"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue