Closes #894 - Sidebar jumping regression

This commit is contained in:
Tom Moor
2019-02-17 00:38:35 -08:00
parent 0b1a4c6184
commit 8af7c3c264
4 changed files with 28 additions and 11 deletions

View File

@ -20,6 +20,8 @@ type Props = {
rejectClassName?: string,
documents: DocumentsStore,
disabled: boolean,
location: Object,
match: Object,
history: Object,
};
@ -76,6 +78,9 @@ class DropToImport extends React.Component<Props> {
collectionId,
documents,
disabled,
location,
match,
history,
...rest
} = this.props;