summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-11-04 13:06:27 -0300
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-04 12:06:27 -0400
commitb62d08c30320820ce4505c849808b940cff3f12e (patch)
tree7100376a4f6665d2608c2d2fc285dc11cda8f1de /webapp
parentae0bdba043dc479a64f0bf333d06e3a6757a6d7d (diff)
downloadchat-b62d08c30320820ce4505c849808b940cff3f12e.tar.gz
chat-b62d08c30320820ce4505c849808b940cff3f12e.tar.bz2
chat-b62d08c30320820ce4505c849808b940cff3f12e.zip
PLT-4530 Fix at mentions in edit post modal (#4449)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/edit_post_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/edit_post_modal.jsx b/webapp/components/edit_post_modal.jsx
index 5411615f4..cd33dd113 100644
--- a/webapp/components/edit_post_modal.jsx
+++ b/webapp/components/edit_post_modal.jsx
@@ -234,6 +234,7 @@ export default class EditPostModal extends React.Component {
onKeyPress={this.handleEditKeyPress}
onKeyDown={this.handleKeyDown}
value={this.state.editText}
+ channelId={this.state.channel_id}
createMessage={Utils.localizeMessage('edit_post.editPost', 'Edit the post...')}
supportsCommands={false}
id='edit_textbox'