diff options
Diffstat (limited to 'web/react/pages/channel.jsx')
-rw-r--r-- | web/react/pages/channel.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx index 922e61d1a..3ef6817f3 100644 --- a/web/react/pages/channel.jsx +++ b/web/react/pages/channel.jsx @@ -225,7 +225,8 @@ global.window.setup_channel_page = function(team_name, team_type, team_id, chann ); React.render( - <FileUploadOverlay />, + <FileUploadOverlay + overlayType='center' />, document.getElementById('file_upload_overlay') ); |