mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1318 from sharelatex/ja-hide-v1-dash-link
Hide link back to v1 dash after we start force exporting to v2 GitOrigin-RevId: 1221bfc3d09224b09040604e0a3f6120d63d8946
This commit is contained in:
parent
87b983ec6b
commit
47ab15c39f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module.exports = Features =
|
|||
when 'git-bridge'
|
||||
return Settings.enableGitBridge
|
||||
when 'v1-return-message'
|
||||
return Settings.accountMerge? and Settings.overleaf?
|
||||
return Settings.accountMerge? and Settings.overleaf? and !Settings.forceImportToV2
|
||||
when 'custom-togglers'
|
||||
return Settings.overleaf?
|
||||
when 'publish-templates'
|
||||
|
|
Loading…
Reference in a new issue