fix: ui store spread onto DropToImport

This commit is contained in:
Tom Moor
2020-11-30 21:46:55 -08:00
parent 18e56aff65
commit 21fff8d172

View File

@ -91,6 +91,7 @@ class DropToImport extends React.Component<Props> {
match,
history,
staticContext,
ui,
...rest
} = this.props;