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 @@ ...@@ -35,8 +35,8 @@
<h3 class="ui header">Champs</h3> <h3 class="ui header">Champs</h3>
<div class="ui divided list"> <div class="ui divided list">
<div <div
v-for="field in structure.customfield_set" v-for="(field, index) in structure.customfield_set"
:key="field.label" :key="field.name + index"
class="item" class="item"
> >
<div class="right floated content"> <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