This commit is contained in:
Pete Matsyburka
2026-01-31 22:17:11 +02:00
parent eb63113227
commit 76cf44a31b
+1 -1
View File
@@ -127,7 +127,7 @@
>{{ t('custom') }}</a>
</div>
<div
v-if="showCustomTab && editable"
v-if="showCustomTab && editable && (customFields.length || newCustomField)"
ref="customFields"
class="custom-fields"
@dragover.prevent="onCustomFieldDragover"