diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-07 22:15:17 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:58 +0200 |
| commit | 1b5d2658f9ec06308b2a5ed062f6f5b4798ed733 (patch) | |
| tree | 84d35684a50f897fc4c5f460bed595adf22c9e66 /src/containers/modals/EditRackNameModal.js | |
| parent | 8218c3d3c21bfa7c4f3ee4872722b9b1261576fb (diff) | |
Reorganize actions and state tree
Diffstat (limited to 'src/containers/modals/EditRackNameModal.js')
| -rw-r--r-- | src/containers/modals/EditRackNameModal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/modals/EditRackNameModal.js b/src/containers/modals/EditRackNameModal.js index e793f146..6f638bbc 100644 --- a/src/containers/modals/EditRackNameModal.js +++ b/src/containers/modals/EditRackNameModal.js @@ -1,7 +1,7 @@ import React from "react"; import {connect} from "react-redux"; import {closeEditRackNameModal} from "../../actions/modals/topology"; -import {editRackName} from "../../actions/topology"; +import {editRackName} from "../../actions/topology/rack"; import TextInputModal from "../../components/modals/TextInputModal"; const EditRackNameModalComponent = ({visible, previousName, callback}) => ( |
