Ported EditChannelModal to React-Bootstrap
Этот коммит содержится в:
@@ -8,7 +8,6 @@ import ErrorStore from '../stores/error_store.jsx';
|
||||
|
||||
import MentionList from '../components/mention_list.jsx';
|
||||
import GetLinkModal from '../components/get_link_modal.jsx';
|
||||
import EditChannelModal from '../components/edit_channel_modal.jsx';
|
||||
import RenameChannelModal from '../components/rename_channel_modal.jsx';
|
||||
import EditPostModal from '../components/edit_post_modal.jsx';
|
||||
import DeletePostModal from '../components/delete_post_modal.jsx';
|
||||
@@ -92,11 +91,6 @@ function setupChannelPage(props, team, channel) {
|
||||
document.getElementById('team_members_modal')
|
||||
);
|
||||
|
||||
ReactDOM.render(
|
||||
<EditChannelModal />,
|
||||
document.getElementById('edit_channel_modal')
|
||||
);
|
||||
|
||||
ReactDOM.render(
|
||||
<RenameChannelModal />,
|
||||
document.getElementById('rename_channel_modal')
|
||||
|
||||
Ссылка в новой задаче
Block a user