mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-08 15:01:07 +00:00
Enable the React "file view" UI for users in the alpha program (#4199)
GitOrigin-RevId: 39695c112e8b50334eef94aaaecdec7f87387483
This commit is contained in:
parent
28fafffef3
commit
9d2edb0c45
1 changed files with 4 additions and 1 deletions
|
@ -886,7 +886,10 @@ const ProjectController = {
|
|||
'new_navigation_ui',
|
||||
user.alphaProgram
|
||||
),
|
||||
showNewFileViewUI: shouldDisplayFeature('new_file_view'),
|
||||
showNewFileViewUI: shouldDisplayFeature(
|
||||
'new_file_view',
|
||||
user.alphaProgram
|
||||
),
|
||||
showSymbolPalette: shouldDisplayFeature(
|
||||
'symbol_palette',
|
||||
user.alphaProgram
|
||||
|
|
Loading…
Reference in a new issue