Merge pull request #4257 from overleaf/ae-file-views-beta

Roll out new file view UI to beta users

GitOrigin-RevId: c8665c5043ad55dd530989fb3b9c51f21858fcac
This commit is contained in:
Alf Eaton
2021-07-05 11:39:38 +01:00
committed by Copybot
parent 3fb6ea4ea5
commit 2be1a44eda
3 changed files with 12 additions and 1 deletions
@@ -887,7 +887,7 @@ const ProjectController = {
),
showNewFileViewUI: shouldDisplayFeature(
'new_file_view',
user.alphaProgram
user.alphaProgram || user.betaProgram
),
showSymbolPalette: shouldDisplayFeature(
'symbol_palette',