👕
This commit is contained in:
@ -10,7 +10,7 @@ import HelpText from 'components/HelpText';
|
|||||||
import Document from 'models/Document';
|
import Document from 'models/Document';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
document: Document,
|
document?: Document,
|
||||||
onSubmit: () => *,
|
onSubmit: () => *,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// @flow
|
// @flow
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import { observer, inject } from 'mobx-react';
|
import { observer, inject } from 'mobx-react';
|
||||||
import { NewDocumentIcon, StarredIcon } from 'outline-icons';
|
import { NewDocumentIcon } from 'outline-icons';
|
||||||
|
|
||||||
import CenteredContent from 'components/CenteredContent';
|
import CenteredContent from 'components/CenteredContent';
|
||||||
import { ListPlaceholder } from 'components/LoadingPlaceholder';
|
import { ListPlaceholder } from 'components/LoadingPlaceholder';
|
||||||
|
Reference in New Issue
Block a user