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 924b2e62a..fc4d08b92 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 @@ -80,7 +80,6 @@ export default { }, set: function (newValue) { this.$emit("update:modelValue", newValue); - this.$emit("handle-appointment-type-change", newValue); }, }, isMobileOnly() {