From b5323eeba4e986d3a6b8268485d19d79beb911a0 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 6 Jun 2023 14:04:03 +0200 Subject: [PATCH] InputCheckbox new component. --- webapp/components/InputCheckbox/InputCheckbox.vue | 1 - 1 file changed, 1 deletion(-) 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) }, },