refactor: flow typing (#1012)
* fix: padding * fix: Minor button alignment issues * feat: Add icon to invite people button * WIP
This commit is contained in:
@@ -10,7 +10,7 @@ type Props = {
|
||||
};
|
||||
|
||||
class DocumentEditor extends React.Component<Props> {
|
||||
editor: *;
|
||||
editor: ?Editor;
|
||||
|
||||
componentDidMount() {
|
||||
if (!this.props.defaultValue) {
|
||||
|
||||
Reference in New Issue
Block a user