Merge pull request #2975 from Safelite/feature/CASH-1790-refactor-1

CASH-1790 quick fix; missed event emit
This commit is contained in:
AdamCaouetteSafelite 2025-12-16 19:40:34 -05:00 committed by GitHub
commit cea4cf5d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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