Merge pull request #2733 from Safelite/feature/CASH-1183

Feature/CASH-1183
This commit is contained in:
Chris 2025-08-05 14:36:37 -04:00 committed by GitHub
commit b755fd06c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"