This commit is contained in:
2020-04-21 18:32:31 +00:00
parent cc3e4e204f
commit 9c9f5108c9
4 changed files with 10 additions and 2 deletions

View File

@@ -169,7 +169,7 @@
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
<v-textarea
v-model="obj.notes"
v-model="obj.notes"
:readonly="formState.readOnly"
:label="$ay.t('WidgetNotes')"
:error-messages="form().serverErrors(this, 'notes')"