This commit is contained in:
2020-04-19 23:18:13 +00:00
parent 683e117187
commit 7a61a76359
4 changed files with 11 additions and 9 deletions

View File

@@ -204,8 +204,8 @@
@input="fieldValueChanged('customFields')"
></gz-custom-fields>
</v-col>
<!-- Show the wiki unless hidden by form customization or not read only, or if it has content -->
<v-col v-if="form().showMe(this, 'wiki')" cols="12">
<v-col v-if="form().showMe(this, 'Wiki')" cols="12">
<gz-wiki
ref="wiki"
v-model="obj.wiki"