MM-23636: Default 'canPost' to true. (#4085)
This commit is contained in:
parent
cb059a8c0e
commit
9b553d3760
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ export default class PostTextBoxBase extends PureComponent {
|
|||
files: [],
|
||||
rootId: '',
|
||||
value: '',
|
||||
canPost: true,
|
||||
};
|
||||
|
||||
static contextTypes = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue