Change move-to feature - files path, rename variables and files
[arvados.git] / src / views-components / dialog-forms / copy-collection-dialog.ts
index 6a846c4d5bd199b3cddaaa778ed4980c6ed1d270..ee6293abb8c0c64e5fe2431eba26837ea0d2be6a 100644 (file)
@@ -6,7 +6,7 @@ import { compose } from "redux";
 import { withDialog } from "~/store/dialog/with-dialog";
 import { reduxForm } from 'redux-form';
 import { COLLECTION_COPY_FORM_NAME, CollectionCopyFormDialogData, copyCollection } from '~/store/collections/collection-copy-actions';
-import { DialogCopy } from "~/views-components/dialog-copy/dialog-copy";
+import { DialogCollectionCopy } from "~/views-components/dialog-copy/dialog-collection-copy";
 
 export const CopyCollectionDialog = compose(
     withDialog(COLLECTION_COPY_FORM_NAME),
@@ -16,4 +16,4 @@ export const CopyCollectionDialog = compose(
             dispatch(copyCollection(data));
         }
     })
-)(DialogCopy);
\ No newline at end of file
+)(DialogCollectionCopy);
\ No newline at end of file