From 366d02516c8ba86f153ff7d2d74bd005a544602a Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 5 Jan 2026 12:04:02 -0500 Subject: [PATCH] Revert "Merge pull request #2975 from Safelite/feature/CASH-1790-refactor-1" This reverts commit cea4cf5d4ac662322d0ff18f66f4f3c0fa646e65, reversing changes made to 90e11544d6de4e47873de632e8a11886a694c69a. --- .../appointment-type-question/appointment-type-question.vue | 1 - 1 file changed, 1 deletion(-) 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() {