From 7d0e2513be6cce80dca09c92a1729d119e872c07 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 21 Apr 2023 07:12:26 -0400 Subject: [PATCH] WIP --- .../appointment-type-question.vue | 2 -- .../service-location/service-location.vue | 20 +++++++++---------- .../shop-question/shop-question.vue | 16 +++++++++------ 3 files changed, 20 insertions(+), 18 deletions(-) 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" />