diff --git a/src/components/Form/FormFields/DynamicInput.vue b/src/components/Form/FormFields/DynamicInput.vue index 38c12e68a..355fc20c5 100644 --- a/src/components/Form/FormFields/DynamicInput.vue +++ b/src/components/Form/FormFields/DynamicInput.vue @@ -48,9 +48,7 @@ export default { iValue: { handler(v) { this.$emit('input', Array.from(v)) - }, - immediate: true, - deep: true + } } }, created() {