fix: remove nonexisting prop
This commit is contained in:
parent
852b864ee6
commit
c7b4c25caa
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
<multiselect
|
<multiselect
|
||||||
:loading="listUserService.loading"
|
:loading="listUserService.loading"
|
||||||
:placeholder="$t('task.assignee.placeholder')"
|
:placeholder="$t('task.assignee.placeholder')"
|
||||||
:disabled="disabled"
|
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
@search="findUser"
|
@search="findUser"
|
||||||
:search-results="foundUsers"
|
:search-results="foundUsers"
|
||||||
|
|
Loading…
Reference in a new issue