summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_header.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-16 12:14:03 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-23 10:53:06 -0500
commit6c3a1d7039febd991db76dc176e9e57fd48ab9a4 (patch)
treeb5c75b31c4bc32512250eaa30d795c07b7ffc147 /web/react/components/channel_header.jsx
parent6237631a85b79311a60b87df423abbdce56c7876 (diff)
downloadchat-6c3a1d7039febd991db76dc176e9e57fd48ab9a4.tar.gz
chat-6c3a1d7039febd991db76dc176e9e57fd48ab9a4.tar.bz2
chat-6c3a1d7039febd991db76dc176e9e57fd48ab9a4.zip
Renamed EditChannelModal to EditChannelHeaderModal
Diffstat (limited to 'web/react/components/channel_header.jsx')
-rw-r--r--web/react/components/channel_header.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx
index 06d5db8b0..6e12c7c14 100644
--- a/web/react/components/channel_header.jsx
+++ b/web/react/components/channel_header.jsx
@@ -4,7 +4,7 @@
import NavbarSearchBox from './search_bar.jsx';
import MessageWrapper from './message_wrapper.jsx';
import PopoverListMembers from './popover_list_members.jsx';
-import EditChannelModal from './edit_channel_modal.jsx';
+import EditChannelHeaderModal from './edit_channel_header_modal.jsx';
import EditChannelPurposeModal from './edit_channel_purpose_modal.jsx';
import ChannelInfoModal from './channel_info_modal.jsx';
import ChannelInviteModal from './channel_invite_modal.jsx';
@@ -170,7 +170,7 @@ export default class ChannelHeader extends React.Component {
>
<ToggleModalButton
role='menuitem'
- dialogType={EditChannelModal}
+ dialogType={EditChannelHeaderModal}
dialogProps={{channel}}
>
{'Set Channel Header...'}
@@ -234,7 +234,7 @@ export default class ChannelHeader extends React.Component {
>
<ToggleModalButton
role='menuitem'
- dialogType={EditChannelModal}
+ dialogType={EditChannelHeaderModal}
dialogProps={{channel}}
>
{`Set ${channelTerm} Header...`}