Skip to content
Snippets Groups Projects
Commit a3f87962 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 517959a3
No related merge requests found
......@@ -32,7 +32,7 @@
</div>
<div>
<a class="btn btn-sm btn-danger ms-3"
v-on:click="data.elements.splice(data.elements.indexOf(partner), 1)"
v-on:click="data.elements.splice(data.elements.indexOf(element), 1)"
title="<%= t '.remove_partner' %>">
<i class="fas fa-times"></i>
</a>
......
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