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

This commit is contained in:
Martin Kraft 2020-03-30 09:40:08 -04:00 committed by GitHub
parent cb059a8c0e
commit 9b553d3760
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 = {