diff --git a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue index 6260df9d1..dc846f377 100644 --- a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue +++ b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue @@ -70,8 +70,6 @@ export default { handler(newValue) { if (newValue) { this.selectedValues = "Mobile"; - } else { - this.selectedValues = null; } }, }, diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 56cb88d80..6dce8e985 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -71,7 +71,7 @@ :isDropoff="isDropoff" :serviceZipCode="zipCode" :selectedAppointmentType="selectedAppointmentType" - :shopQuestionInitialData="shopQuestionInitialData" + :shopQuestionData="shopQuestionData" cmsWidgetName="ShopQuestionWidget" />