Fix user search bar not hiding in edit team view
This commit is contained in:
parent
fb64aeb2d4
commit
120d5a8c19
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user