Skip to content
Snippets Groups Projects
Commit f26cb708 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'evol/redmine-ticket-11442-attachments' into 'develop'

change key from title to id

See merge request geocontrib/geocontrib-frontend!9
parents b552e5c3 4c69f7ca
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@
<div class="seven wide column">
<h2 class="ui header">Pièces jointes</h2>
<div v-for="pj in attachments" :key="pj.title" class="ui divided items">
<div v-for="pj in attachments" :key="pj.id" class="ui divided items">
<div class="item">
<a
class="ui tiny image"
......
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