From 21fff8d172ea8dde5b3707019cbfea7d0f583df1 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 30 Nov 2020 21:46:55 -0800 Subject: [PATCH] fix: ui store spread onto DropToImport --- app/components/DropToImport.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/DropToImport.js b/app/components/DropToImport.js index 5d0deaa7..162fa0a6 100644 --- a/app/components/DropToImport.js +++ b/app/components/DropToImport.js @@ -91,6 +91,7 @@ class DropToImport extends React.Component { match, history, staticContext, + ui, ...rest } = this.props;