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