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

View File

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