summaryrefslogtreecommitdiffstats
path: root/web/react/utils/channel_intro_mssages.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-03 12:57:34 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-03 12:57:46 -0500
commitea80836c6e0acc4fe871024aab04ceba045bdcad (patch)
treeef145465591ff7629ebfd8a5fe6bc8e9e47ad657 /web/react/utils/channel_intro_mssages.jsx
parentd09ace15f24c396fb60809185047adee6db1ab08 (diff)
downloadchat-ea80836c6e0acc4fe871024aab04ceba045bdcad.tar.gz
chat-ea80836c6e0acc4fe871024aab04ceba045bdcad.tar.bz2
chat-ea80836c6e0acc4fe871024aab04ceba045bdcad.zip
Removed some internal state from ChannelMembersModal and ChannelInviteModal
Diffstat (limited to 'web/react/utils/channel_intro_mssages.jsx')
-rw-r--r--web/react/utils/channel_intro_mssages.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/channel_intro_mssages.jsx b/web/react/utils/channel_intro_mssages.jsx
index 312e0d5d6..9685f94b0 100644
--- a/web/react/utils/channel_intro_mssages.jsx
+++ b/web/react/utils/channel_intro_mssages.jsx
@@ -167,6 +167,7 @@ function createInviteChannelMemberButton(channel, uiType) {
<ToggleModalButton
className='intro-links'
dialogType={ChannelInviteModal}
+ dialogProps={{channel}}
>
<i className='fa fa-user-plus'></i>{'Invite others to this ' + uiType}
</ToggleModalButton>