Merge pull request #3536 from overleaf/ta-file-tree-beta

[ReactFileTree] Release to Beta Users

GitOrigin-RevId: 34e4120c6e296e11b21c23e350b9b516c0ce5428
This commit is contained in:
Timothée Alby
2021-01-08 03:05:28 +00:00
committed by Copybot
parent e7c4ce6e80
commit c78a2f1809
9 changed files with 87 additions and 30 deletions
@@ -837,7 +837,7 @@ const ProjectController = {
showSupport: Features.hasFeature('support'),
showNewLogsUI: user.alphaProgram && !wantsOldLogsUI,
showNewChatUI: user.betaProgram && !wantsOldChatUI,
showReactFileTree: user.alphaProgram && !wantsOldFileTreeUI
showReactFileTree: user.betaProgram && !wantsOldFileTreeUI
})
timer.done()
}