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
1 changed files with 1 additions and 0 deletions

View File

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