CASH-1790 quick fix; missed event emit

This commit is contained in:
Adam Caouette 2025-12-16 16:42:23 -05:00
parent fd65c3eab0
commit dbd7681b47

View file

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