mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 14:46:42 +08:00
Merge pull request #5208 from artoscinote/ma_SCI_8196
Fix search for new access grant [SCI-8196]
This commit is contained in:
commit
b9b785c122
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
<%= text_field_tag :search_users, '',
|
||||
placeholder: t('.find_people_html'),
|
||||
class: 'sci-input-field new-assignment-user-search',
|
||||
data: { action: 'filter-list', target: 'new-user-assignment-to-project-form' } %>
|
||||
data: { action: 'filter-list', target: 'new-user-assignment-form' } %>
|
||||
<i class="fas fa-search"></i>
|
||||
</div>
|
||||
<% if assignable.visibility && assignable.visibility == 'hidden' %>
|
||||
|
|
Loading…
Reference in a new issue