Merge pull request #3536 from overleaf/ta-file-tree-beta
[ReactFileTree] Release to Beta Users GitOrigin-RevId: 34e4120c6e296e11b21c23e350b9b516c0ce5428
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user