mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Merge pull request #7561 from lasniscinote/gl_SCI_10713
(fix) Change type of drop down on More search options modal [SCI-10713]
This commit is contained in:
commit
16f5e30d46
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
class="mb-6"
|
||||
:with-checkboxes="true"
|
||||
:clearable="true"
|
||||
:searchable="true"
|
||||
:multiple="true"
|
||||
:value="selectedTeams"
|
||||
:placeholder="i18n.t('search.filters.by_team_placeholder')"
|
||||
|
@ -47,6 +48,7 @@
|
|||
:optionRenderer="userRenderer"
|
||||
:labelRenderer="userRenderer"
|
||||
:clearable="true"
|
||||
:searchable="true"
|
||||
:with-checkboxes="true"
|
||||
:multiple="true"
|
||||
:placeholder="i18n.t('search.filters.by_user_placeholder')"
|
||||
|
|
Loading…
Reference in a new issue