MM-23636: Default 'canPost' to true. (#4094)

Co-authored-by: Martin Kraft <martin@upspin.org>
This commit is contained in:
Mattermost Build 2020-03-30 15:46:09 +02:00 committed by GitHub
parent 3af9ea000f
commit e1e86a8128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@ export default class PostTextBoxBase extends PureComponent {
files: [],
rootId: '',
value: '',
canPost: true,
};
static contextTypes = {