Skip to content
Snippets Groups Projects
Commit 2a95bf73 authored by Chris Beer's avatar Chris Beer
Browse files

WorkspaceAddbutton doesn't need the list of manifests

parent 40b505e5
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ import { WorkspaceAddButton } from '../components/WorkspaceAddButton'; ...@@ -13,7 +13,6 @@ import { WorkspaceAddButton } from '../components/WorkspaceAddButton';
*/ */
const mapStateToProps = state => ( const mapStateToProps = state => (
{ {
manifests: state.manifests,
isWorkspaceAddVisible: state.workspace.isWorkspaceAddVisible, isWorkspaceAddVisible: state.workspace.isWorkspaceAddVisible,
} }
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment