diff --git a/webapp/components/InputCheckbox/InputCheckbox.vue b/webapp/components/InputCheckbox/InputCheckbox.vue index 4ad8a3d42..eb8877d9c 100644 --- a/webapp/components/InputCheckbox/InputCheckbox.vue +++ b/webapp/components/InputCheckbox/InputCheckbox.vue @@ -39,7 +39,6 @@ export default { }, watch: { currentValue() { - // this.$emit('input', this.currentValue) this.$parentForm.update('formData.isOnlineEvent', this.currentValue) }, },