X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/47eb02af0c2c7bc4f0f852400308033c72322af8..1f0d4a9c57515816112baa3cb45bf97bec490737:/src/views-components/dialog-forms/copy-collection-dialog.ts diff --git a/src/views-components/dialog-forms/copy-collection-dialog.ts b/src/views-components/dialog-forms/copy-collection-dialog.ts index 6a846c4d5b..ee6293abb8 100644 --- a/src/views-components/dialog-forms/copy-collection-dialog.ts +++ b/src/views-components/dialog-forms/copy-collection-dialog.ts @@ -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