From 6a033237c14ac0cbfcdc01e5eaae6db18f0cff96 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 16 Dec 2025 16:42:23 -0500 Subject: [PATCH] CASH-1790 quick fix; missed event emit (cherry picked from commit dbd7681b4748b598d3a5eac95daa08c63ecab659) --- .../appointment-type-question/appointment-type-question.vue | 1 + 1 file changed, 1 insertion(+) 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 fc4d08b92..924b2e62a 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,6 +80,7 @@ export default { }, set: function (newValue) { this.$emit("update:modelValue", newValue); + this.$emit("handle-appointment-type-change", newValue); }, }, isMobileOnly() {