Merge branch 'master' of git.curoverse.com:arvados-workbench2 into 14278-unexpected...
[arvados-workbench2.git] / src / views-components / dialog-forms / move-collection-dialog.ts
index 38d6d0339288031485bcd51bbaf98932fc7bcdd7..fcdd999393ba7e765ad283110dd3a5ab1b7b7be3 100644 (file)
@@ -6,8 +6,9 @@ import { compose } from "redux";
 import { withDialog } from "~/store/dialog/with-dialog";
 import { reduxForm } from 'redux-form';
 import { DialogMoveTo } from '~/views-components/dialog-move/dialog-move-to';
-import { COLLECTION_MOVE_FORM_NAME, moveCollection } from '~/store/collections/collection-move-actions';
+import { COLLECTION_MOVE_FORM_NAME } from '~/store/collections/collection-move-actions';
 import { MoveToFormDialogData } from '~/store/move-to-dialog/move-to-dialog';
+import { moveCollection } from '~/store/workbench/workbench-actions';
 
 export const MoveCollectionDialog = compose(
     withDialog(COLLECTION_MOVE_FORM_NAME),