From 9b553d3760fcee6b2331f1a59d16e64e31b4d785 Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Mon, 30 Mar 2020 09:40:08 -0400 Subject: [PATCH] MM-23636: Default 'canPost' to true. (#4085) --- app/components/post_textbox/post_textbox_base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/post_textbox/post_textbox_base.js b/app/components/post_textbox/post_textbox_base.js index 96513e56d..562c27474 100644 --- a/app/components/post_textbox/post_textbox_base.js +++ b/app/components/post_textbox/post_textbox_base.js @@ -105,6 +105,7 @@ export default class PostTextBoxBase extends PureComponent { files: [], rootId: '', value: '', + canPost: true, }; static contextTypes = {