summaryrefslogtreecommitdiffstats
path: root/web/react/pages/channel.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/pages/channel.jsx')
-rw-r--r--web/react/pages/channel.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx
index 3ef6817f3..1f07cb519 100644
--- a/web/react/pages/channel.jsx
+++ b/web/react/pages/channel.jsx
@@ -225,7 +225,7 @@ global.window.setup_channel_page = function(team_name, team_type, team_id, chann
);
React.render(
- <FileUploadOverlay
+ <FileUploadOverlay
overlayType='center' />,
document.getElementById('file_upload_overlay')
);