X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f0bdbd499c57a4a8f5db6a68411bfa8deb7ee291..d37d39ad8825b03c39915e1258e294abcf0c3b6a:/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 9f25c14b..245465fa 100644 --- a/src/views-components/dialog-forms/copy-collection-dialog.ts +++ b/src/views-components/dialog-forms/copy-collection-dialog.ts @@ -5,8 +5,9 @@ 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 { DialogCollectionCopy } from "~/views-components/dialog-collection-copy/dialog-collection-copy"; +import { COLLECTION_COPY_FORM_NAME, CollectionCopyFormDialogData } from '~/store/collections/collection-copy-actions'; +import { DialogCollectionCopy } from "~/views-components/dialog-copy/dialog-collection-copy"; +import { copyCollection } from '~/store/workbench/workbench-actions'; export const CopyCollectionDialog = compose( withDialog(COLLECTION_COPY_FORM_NAME),