mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Enable the React "file view" UI for users in the alpha program (#4199)
GitOrigin-RevId: 39695c112e8b50334eef94aaaecdec7f87387483
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user