fix post textbox default props (#378)
This commit is contained in:
parent
7fae0f8039
commit
d21dacbf6f
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ export default class PostTextbox extends PureComponent {
|
|||
|
||||
static defaultProps = {
|
||||
rootId: '',
|
||||
files: [],
|
||||
value: '',
|
||||
onSelectionChange: () => true
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue