fix post textbox default props (#378)

This commit is contained in:
enahum 2017-03-21 21:16:58 -03:00 committed by GitHub
parent 7fae0f8039
commit d21dacbf6f

View file

@ -43,6 +43,8 @@ export default class PostTextbox extends PureComponent {
static defaultProps = {
rootId: '',
files: [],
value: '',
onSelectionChange: () => true
};