Merge pull request #2733 from Safelite/feature/CASH-1183
Feature/CASH-1183
This commit is contained in:
commit
b755fd06c0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
isInshopOrDropOffAppointment ? 'is-inshop-or-drop-off-appointment' : '',
|
||||
]"
|
||||
:answers="availableTimeSlots"
|
||||
:lazyLoad="{ isLazyLoad: true, amountToLoad: 10 }"
|
||||
:lazyLoad="{ isLazyLoad: !isMobileAppointment, amountToLoad: 10 }"
|
||||
groupName="chooseTimeSlot"
|
||||
textPosition="text-center"
|
||||
v-model="selectedAnswerForTimeSlots"
|
||||
|
|
|
|||
Loading…
Reference in a new issue