Fix user search bar not hiding in edit team view
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-04-28 12:09:09 +02:00
parent fb64aeb2d4
commit 120d5a8c19
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
track-by="id">
<template slot="clear" slot-scope="props">
<div
class="multiselect__clear" v-if="newMember.id !== 0"
class="multiselect__clear" v-if="newMember !== null && newMember.id !== 0"
@mousedown.prevent.stop="clearAll(props.search)">
</div>
</template>