summaryrefslogtreecommitdiffstats
path: root/web/react/pages/channel.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-09 15:36:56 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-09 15:36:56 -0500
commite343e36c7096cf62d6d6a655ceb18187f68d1aed (patch)
tree82cdac4412cbc0af517db4364326365a11affd47 /web/react/pages/channel.jsx
parent62481983fe2dc8d0a23701de274d76eb861c7304 (diff)
parentb05c317c656b74d773f3977aaf0e2e8e83b1380b (diff)
downloadchat-e343e36c7096cf62d6d6a655ceb18187f68d1aed.tar.gz
chat-e343e36c7096cf62d6d6a655ceb18187f68d1aed.tar.bz2
chat-e343e36c7096cf62d6d6a655ceb18187f68d1aed.zip
Merge pull request #2122 from hmhealey/plt1544
PLT-1544 Replaced Permalink popover with a Permalink modal
Diffstat (limited to 'web/react/pages/channel.jsx')
-rw-r--r--web/react/pages/channel.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx
index bfb95e1fc..2c1d256b2 100644
--- a/web/react/pages/channel.jsx
+++ b/web/react/pages/channel.jsx
@@ -6,6 +6,7 @@ import ChannelLoader from '../components/channel_loader.jsx';
import ErrorBar from '../components/error_bar.jsx';
import * as Client from '../utils/client.jsx';
+import GetPostLinkModal from '../components/get_post_link_modal.jsx';
import GetTeamInviteLinkModal from '../components/get_team_invite_link_modal.jsx';
import RenameChannelModal from '../components/rename_channel_modal.jsx';
import EditPostModal from '../components/edit_post_modal.jsx';
@@ -69,6 +70,7 @@ class Root extends React.Component {
<ErrorBar/>
<ChannelView/>
+ <GetPostLinkModal />
<GetTeamInviteLinkModal />
<InviteMemberModal />
<ImportThemeModal />