Skip to content

Commit

Permalink
always show custom field section
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Jan 8, 2025
1 parent 107b478 commit 9ca2f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/vue/CustomObject/FieldPreview/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
:is_active="false">
<template v-slot:field_label>{{ unused_field.label }}</template>
</Field>
<span v-if="unused_custom_fields.size > 0" class="fs-3 mt-3">{{ __('Custom fields') }}</span>
<span class="fs-3 mt-3">{{ __('Custom fields') }}</span>
<Field v-for="[field_key, unused_field] of getMatched(unused_custom_fields)" :key="field_key" :field_key="field_key"
:is_active="false">
<template v-slot:field_label>{{ unused_field.label }}</template>
Expand Down

0 comments on commit 9ca2f86

Please sign in to comment.