mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Merge pull request #3170 from aignatov-bio/ai-sci-5492-fix-shared-inventories
Fix shared inventories [SCI-5492]
This commit is contained in:
commit
d2c03f27c3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%= hidden_field_tag 'permission_changes', {}%>
|
||||
<%= hidden_field_tag 'permission_changes', '{}' %>
|
||||
<div class="modal-footer">
|
||||
<%= f.submit t("repositories.index.modal_share.submit"), class: "btn btn-primary" %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue