From 1b5d2658f9ec06308b2a5ed062f6f5b4798ed733 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 7 Sep 2017 22:15:17 +0200 Subject: Reorganize actions and state tree --- src/containers/sidebars/topology/rack/EmptySlotContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/sidebars/topology/rack') diff --git a/src/containers/sidebars/topology/rack/EmptySlotContainer.js b/src/containers/sidebars/topology/rack/EmptySlotContainer.js index 01ec6529..97abf473 100644 --- a/src/containers/sidebars/topology/rack/EmptySlotContainer.js +++ b/src/containers/sidebars/topology/rack/EmptySlotContainer.js @@ -1,5 +1,5 @@ import {connect} from "react-redux"; -import {addMachine} from "../../../../actions/topology"; +import {addMachine} from "../../../../actions/topology/rack"; import EmptySlotComponent from "../../../../components/sidebars/topology/rack/EmptySlotComponent"; const mapDispatchToProps = (dispatch, ownProps) => { -- cgit v1.2.3