From 9f6ba5e031ee4a621a319523823562916e6532c2 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 1 Nov 2016 18:46:41 -0400 Subject: 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 --- webapp/components/edit_post_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/edit_post_modal.jsx') 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' -- cgit v1.2.3-1-g7c22