mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3990 from overleaf/hb-gh-react-beta
Roll out GitHub Sync React Port to Beta GitOrigin-RevId: f383c920b5e4ab6c1949013bf588d3afd83b643d
This commit is contained in:
parent
cc8a96d508
commit
08f5e73d8f
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ const ProjectController = {
|
||||||
),
|
),
|
||||||
showReactGithubSync: shouldDisplayFeature(
|
showReactGithubSync: shouldDisplayFeature(
|
||||||
'new_github_sync_ui',
|
'new_github_sync_ui',
|
||||||
user.alphaProgram
|
user.betaProgram || user.alphaProgram
|
||||||
),
|
),
|
||||||
showNewBinaryFileUI: shouldDisplayFeature('new_binary_file'),
|
showNewBinaryFileUI: shouldDisplayFeature('new_binary_file'),
|
||||||
showSymbolPalette: shouldDisplayFeature('symbol_palette'),
|
showSymbolPalette: shouldDisplayFeature('symbol_palette'),
|
||||||
|
|
Loading…
Reference in a new issue