Re-added missing file upload overlay for center channel

This commit is contained in:
Harrison Healey
2016-04-05 09:56:40 -04:00
parent b3edd32aee
commit 5f84a2cc3d
2 changed files with 3 additions and 4 deletions

View File

@@ -4,8 +4,9 @@
import React from 'react';
import ChannelHeader from 'components/channel_header.jsx';
import PostsViewContainer from 'components/posts_view_container.jsx';
import FileUploadOverlay from 'components/file_upload_overlay.jsx';
import CreatePost from 'components/create_post.jsx';
import PostsViewContainer from 'components/posts_view_container.jsx';
import ChannelStore from 'stores/channel_store.jsx';
@@ -47,6 +48,7 @@ export default class ChannelView extends React.Component {
id='app-content'
className='app__content'
>
<FileUploadOverlay overlayType='center'/>
<ChannelHeader
channelId={this.state.channelId}
/>