mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
Revert "Organization settings (org. admin) - allowing the use of protocols for AI [SCI-9324]"
This commit is contained in:
parent
a1df2b7b52
commit
fbdd5a8165
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
data-team-id="<%= @current_team.id %>" data-import-url="<%= import_protocols_path %>">
|
||||
</a>
|
||||
</li>
|
||||
<% if Protocol.docx_parser_enabled? && !ApplicationSettings.instance.values['ai_learning_enabled'].nil? %>
|
||||
<% if Protocol.docx_parser_enabled?%>
|
||||
<li>
|
||||
<a class="btn-open-file btn-beta-icon !pl-3 mt-px !py-2.5 hover:!bg-sn-super-light-blue !text-sn-blue rounded data-action='import'" >
|
||||
<span><%= t('protocols.index.import_docx')%></span>
|
||||
|
|
Loading…
Reference in a new issue