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

change key from title to name with index

parent e8745395
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@
<h3 class="ui header">Champs</h3>
<div class="ui divided list">
<div
v-for="field in structure.customfield_set"
:key="field.label"
v-for="(field, index) in structure.customfield_set"
:key="field.name + index"
class="item"
>
<div class="right floated content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment