CASH-1790 quick fix; missed event emit
This commit is contained in:
parent
fd65c3eab0
commit
dbd7681b47
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ export default {
|
|||
},
|
||||
set: function (newValue) {
|
||||
this.$emit("update:modelValue", newValue);
|
||||
this.$emit("handle-appointment-type-change", newValue);
|
||||
},
|
||||
},
|
||||
isMobileOnly() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue