This commit is contained in:
James Cole 2021-10-02 14:47:27 +02:00
parent cc67583278
commit eaeb1f99c6
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5

View File

@ -74,6 +74,9 @@ name: "GenericTextarea",
localValue: function (value) {
this.$emit('set-field', {field: this.fieldName, value: value});
},
value: function(value) {
this.localValue = value;
}
}
}
</script>