Revert "Organization settings (org. admin) - allowing the use of protocols for AI [SCI-9324]"

This commit is contained in:
G-Chubinidze 2023-10-02 12:28:29 +04:00 committed by GitHub
parent a1df2b7b52
commit fbdd5a8165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
data-team-id="<%= @current_team.id %>" data-import-url="<%= import_protocols_path %>"> data-team-id="<%= @current_team.id %>" data-import-url="<%= import_protocols_path %>">
</a> </a>
</li> </li>
<% if Protocol.docx_parser_enabled? && !ApplicationSettings.instance.values['ai_learning_enabled'].nil? %> <% if Protocol.docx_parser_enabled?%>
<li> <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'" > <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> <span><%= t('protocols.index.import_docx')%></span>