Merge branch '14078-obtain-configuration-data-from-discovery-endpoint'
[arvados-workbench2.git] / src / views / workbench / workbench.tsx
index 4d0adf15184ccff1e9d210e9e5dc15bb00832eca..f5f62a284553e44e2f48a6ce1e41636b9348edee 100644 (file)
@@ -51,6 +51,7 @@ import { MoveToProjectDialog } from '../../views-components/move-to-dialog/move-
 import { COLLECTION_CREATE_DIALOG } from '~/views-components/dialog-create/dialog-collection-create';
 import { PROJECT_CREATE_DIALOG } from '~/views-components/dialog-create/dialog-project-create';
 import { UploadCollectionFilesDialog } from '~/views-components/upload-collection-files-dialog/upload-collection-files-dialog';
+import { ProjectCopyDialog } from '~/views-components/project-copy-dialog/project-copy-dialog';
 import { CollectionPartialCopyDialog } from '../../views-components/collection-partial-copy-dialog/collection-partial-copy-dialog';
 
 const DRAWER_WITDH = 240;
@@ -249,6 +250,7 @@ export const Workbench = withStyles(styles)(
                         <MoveToProjectDialog />
                         <DialogCollectionCreateWithSelectedFile />
                         <FileRemoveDialog />
+                        <ProjectCopyDialog />
                         <MultipleFilesRemoveDialog />
                         <UpdateCollectionDialog />
                         <UploadCollectionFilesDialog />