summaryrefslogtreecommitdiffstats
path: root/webapp/components/edit_post_modal.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-11-01 18:46:41 -0400
committerCorey Hulen <corey@hulen.com>2016-11-01 15:46:41 -0700
commit9f6ba5e031ee4a621a319523823562916e6532c2 (patch)
tree18d9429bd383c35786f31cc092aad16a60c7a9e1 /webapp/components/edit_post_modal.jsx
parent4cd68b58cf7a7d8cbc1455e35c0e53f6819686f5 (diff)
downloadchat-9f6ba5e031ee4a621a319523823562916e6532c2.tar.gz
chat-9f6ba5e031ee4a621a319523823562916e6532c2.tar.bz2
chat-9f6ba5e031ee4a621a319523823562916e6532c2.zip
PLT-4595 Fixed post drafts and renamed some fields to be consistent (#4418)
* PLT-4595 Fixed post drafts and renamed some fields to be consistent * Removed unused state from CreatePost
Diffstat (limited to 'webapp/components/edit_post_modal.jsx')
-rw-r--r--webapp/components/edit_post_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/edit_post_modal.jsx b/webapp/components/edit_post_modal.jsx
index 2e2f208e6..5411615f4 100644
--- a/webapp/components/edit_post_modal.jsx
+++ b/webapp/components/edit_post_modal.jsx
@@ -233,7 +233,7 @@ export default class EditPostModal extends React.Component {
onChange={this.handleChange}
onKeyPress={this.handleEditKeyPress}
onKeyDown={this.handleKeyDown}
- messageText={this.state.editText}
+ value={this.state.editText}
createMessage={Utils.localizeMessage('edit_post.editPost', 'Edit the post...')}
supportsCommands={false}
id='edit_textbox'