fix: remove nonexisting prop

This commit is contained in:
kolaente 2021-10-17 22:27:18 +02:00
parent 852b864ee6
commit c7b4c25caa
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<multiselect
:loading="listUserService.loading"
:placeholder="$t('task.assignee.placeholder')"
:disabled="disabled"
:multiple="true"
@search="findUser"
:search-results="foundUsers"