Skip to content
Snippets Groups Projects
Commit da1a19c5 authored by Glenn Fischer's avatar Glenn Fischer
Browse files

#1874 fix build

parent 5d4e18eb
Branches
Tags
No related merge requests found
...@@ -16,8 +16,8 @@ const mapDispatchToProps = { ...@@ -16,8 +16,8 @@ const mapDispatchToProps = {
}; };
const enhance = compose( const enhance = compose(
connect(null, mapDispatchToProps),
withTranslation(), withTranslation(),
connect(null, mapDispatchToProps),
withPlugins('WorkspaceImport'), withPlugins('WorkspaceImport'),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment