Delegate workbench refreshing actions from project dialog actions
[arvados-workbench2.git] / src / views-components / dialog-forms / move-project-dialog.ts
index dd102b145f745d009cbfe2ee6cd7f90b918e525d..c1fbb76ebc5e973d70962ecea56c6f1359aaffa1 100644 (file)
@@ -6,9 +6,9 @@ import { compose } from "redux";
 import { withDialog } from "~/store/dialog/with-dialog";
 import { reduxForm } from 'redux-form';
 import { PROJECT_MOVE_FORM_NAME } from '~/store/projects/project-move-actions';
-import { moveProject } from '~/store/projects/project-move-actions';
 import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog';
 import { DialogMoveTo } from '~/views-components/dialog-move/dialog-move-to';
+import { moveProject } from '~/store/workbench/workbench-actions';
 
 export const MoveProjectDialog = compose(
     withDialog(PROJECT_MOVE_FORM_NAME),