mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 14:26:38 +00:00
Push React Navigation Toolbar to beta (#4283)
GitOrigin-RevId: 56078b62faeeaf6e994c23b73061705834c3211d
This commit is contained in:
parent
19bd381a9e
commit
19d515fe91
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ const ProjectController = {
|
|||
logsUISubvariant: logsUIVariant.subvariant,
|
||||
showNewNavigationUI: shouldDisplayFeature(
|
||||
'new_navigation_ui',
|
||||
user.alphaProgram
|
||||
user.alphaProgram || user.betaProgram
|
||||
),
|
||||
showNewFileViewUI: shouldDisplayFeature(
|
||||
'new_file_view',
|
||||
|
|
Loading…
Reference in a new issue