From fcc9a8e6ae006b3609a0d6e013ad0060bc2f1c2a Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 29 Jun 2017 10:14:51 -0400 Subject: Fix bad merge (#6796) --- webapp/components/create_post.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp') diff --git a/webapp/components/create_post.jsx b/webapp/components/create_post.jsx index 8ec671e45..4587f3a90 100644 --- a/webapp/components/create_post.jsx +++ b/webapp/components/create_post.jsx @@ -78,7 +78,7 @@ export default class CreatePost extends React.Component { const channel = ChannelStore.getCurrent(); const channelId = channel.id; - const draft = PostStore.getPostDraft(channelId); + const draft = PostStore.getDraft(channelId); const stats = ChannelStore.getCurrentStats(); const members = stats.member_count - 1; -- cgit v1.2.3-1-g7c22