X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8ff3c558698ed01fbca057ff876935470c358e65..1832d4a40997469ae0c2d3e6f2e5a552b834118b:/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 41309fdf..3c8f7ebf 100644 --- a/src/views-components/dialog-forms/copy-collection-dialog.ts +++ b/src/views-components/dialog-forms/copy-collection-dialog.ts @@ -9,6 +9,7 @@ import { COLLECTION_COPY_FORM_NAME } from '~/store/collections/collection-copy-a import { DialogCopy } from "~/views-components/dialog-copy/dialog-copy"; import { copyCollection } from '~/store/workbench/workbench-actions'; import { CopyFormDialogData } from '~/store/copy-dialog/copy-dialog'; +import { pickerId } from '~/store/tree-picker/picker-id'; export const CopyCollectionDialog = compose( withDialog(COLLECTION_COPY_FORM_NAME), @@ -17,5 +18,6 @@ export const CopyCollectionDialog = compose( onSubmit: (data, dispatch) => { dispatch(copyCollection(data)); } - }) + }), + pickerId(COLLECTION_COPY_FORM_NAME), )(DialogCopy); \ No newline at end of file