Merge pull request #4090 from overleaf/ae-dropbox-beta

Enable React Dropbox modal for beta users

GitOrigin-RevId: dc7a0b43ad1ab9a35fdb7fd70bf3b2c5d60efb94
This commit is contained in:
Jakob Ackermann 2021-05-26 11:20:02 +02:00 committed by Copybot
parent 2f08406109
commit 687cd091f6

View file

@ -887,7 +887,7 @@ const ProjectController = {
),
showReactDropboxModal: shouldDisplayFeature(
'new_dropbox_modal_ui',
false
user.betaProgram
),
showReactGithubSync: shouldDisplayFeature(
'new_github_sync_ui',