MM-23636: Default 'canPost' to true. (#4094)
Co-authored-by: Martin Kraft <martin@upspin.org>
This commit is contained in:
parent
3af9ea000f
commit
e1e86a8128
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