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