diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index e9fdeb17f..39efb29e1 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -73,8 +73,6 @@ ref="shopQuestion" v-show="isShopQuestionDisplayed" v-model="selectedProvider" - @providerSelected="onProviderSelected" - :serviceZipCode="zipCode" :selectedAppointmentType="selectedAppointmentType" :isDisplayed="isShopQuestionDisplayed" cmsWidgetName="ShopQuestionWidget" /> diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 8e2e9d64c..c801a8715 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -50,8 +50,6 @@ import { required } from "@/helpers/validation-rules"; import { errorMessages } from "@/constants/error-messages"; import baseMixin from "@/mixins/base-mixin.js"; import { nextTick } from "vue"; -import { deepClone } from "@/layouts/service-location/helpers/object-cloning-helper/object-cloning-helper"; -import { thisTypeAnnotation } from "@babel/types"; defineRule("option-required", required(errorMessages.OPTION_REQUIRED)); @@ -72,7 +70,6 @@ export default { type: Object, default: () => null, }, - serviceZipCode: String, selectedAppointmentType: String, cmsWidgetName: String, validationRules: String,