diff options
Diffstat (limited to 'src/containers/sidebars/topology/rack/EmptySlotContainer.js')
| -rw-r--r-- | src/containers/sidebars/topology/rack/EmptySlotContainer.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) => { |
