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

fix

parent 98e4bf37
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
</div>
<div>
<a class="btn btn-sm btn-danger ms-3"
v-on:click="data.elements.splice(data.elements.indexOf(event), 1)"
v-on:click="data.elements.splice(data.elements.indexOf(element), 1)"
title="<%= t '.remove_event' %>">
<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