InputCheckbox new component.

This commit is contained in:
elweyn 2023-06-06 14:04:03 +02:00
parent aca8e4fbb2
commit b5323eeba4

View File

@ -39,7 +39,6 @@ export default {
},
watch: {
currentValue() {
// this.$emit('input', this.currentValue)
this.$parentForm.update('formData.isOnlineEvent', this.currentValue)
},
},