Fix bug remove associated party in activity form

This commit is contained in:
Julie Lenaerts 2021-12-13 19:24:03 +01:00
parent 8c14232a91
commit 6e079fa771

View File

@ -1,8 +1,7 @@
<template> <template>
<li> <li>
<span :title="person.text"> <span :title="person.text">
<span class="chill_denomination">{{ textCutted }}</span> <span class="chill_denomination" @click.prevent="$emit('remove', person)">{{ textCutted }}</span>
<a @click.prevent="$emit('remove', person)"></a>
</span> </span>
</li> </li>
</template> </template>