CASH-1790 quick fix; missed event emit

(cherry picked from commit dbd7681b47)
This commit is contained in:
Adam Caouette 2025-12-16 16:42:23 -05:00
parent 50685aaebd
commit 6a033237c1

View file

@ -80,6 +80,7 @@ export default {
},
set: function (newValue) {
this.$emit("update:modelValue", newValue);
this.$emit("handle-appointment-type-change", newValue);
},
},
isMobileOnly() {