Skip to content
Snippets Groups Projects
Commit ee80a3b0 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

prevent error when undefined value

parent e64d1420
Branches
Tags
1 merge request!568REDMINE_ISSUE-17139 | Page édition signalement - pas de suppression attribut liste pré-enregistrée ou liste
......@@ -41,7 +41,7 @@
]"
aria-hidden="true"
/>
<span v-else-if="field.field_type === 'multi_choices_list'">
<span v-else-if="field.value && field.field_type === 'multi_choices_list'">
{{ field.value.join(', ') }}
</span>
<span v-else>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment