mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-13 07:33:13 +00:00
Merge pull request #4090 from overleaf/ae-dropbox-beta
Enable React Dropbox modal for beta users GitOrigin-RevId: dc7a0b43ad1ab9a35fdb7fd70bf3b2c5d60efb94
This commit is contained in:
parent
2f08406109
commit
687cd091f6
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ const ProjectController = {
|
||||||
),
|
),
|
||||||
showReactDropboxModal: shouldDisplayFeature(
|
showReactDropboxModal: shouldDisplayFeature(
|
||||||
'new_dropbox_modal_ui',
|
'new_dropbox_modal_ui',
|
||||||
false
|
user.betaProgram
|
||||||
),
|
),
|
||||||
showReactGithubSync: shouldDisplayFeature(
|
showReactGithubSync: shouldDisplayFeature(
|
||||||
'new_github_sync_ui',
|
'new_github_sync_ui',
|
||||||
|
|
Loading…
Reference in a new issue