mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-17 10:34:50 +08:00
Change check if open vector editor is enabled [SCI-9301]
This commit is contained in:
parent
9f672ecfe2
commit
4c7cd5dd10
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
class OpenVectorEditorService
|
||||
class << self
|
||||
def enabled?
|
||||
false
|
||||
ENV.fetch('SCINOTE_OVE_ENABLED') == 'true'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue