collection-create-with-selected-dialog
[arvados-workbench2.git] / src / views / workbench / workbench.tsx
index 7f6a8c629d65108d3106dce39514195ee169e7bf..147c0a8ae24cc6cddc6d59d6a08f96b90bee35f8 100644 (file)
@@ -45,6 +45,7 @@ import { AuthService } from "../../services/auth-service/auth-service";
 import { RenameFileDialog } from '../../views-components/rename-file-dialog/rename-file-dialog';
 import { FileRemoveDialog } from '../../views-components/file-remove-dialog/file-remove-dialog';
 import { MultipleFilesRemoveDialog } from '../../views-components/file-remove-dialog/multiple-files-remove-dialog';
+import { DialogCollectionCreateWithSelectedFile } from '../../views-components/create-collection-dialog-with-selected/create-collection-dialog-with-selected';
 
 const DRAWER_WITDH = 240;
 const APP_BAR_HEIGHT = 100;
@@ -235,6 +236,7 @@ export const Workbench = withStyles(styles)(
                         <CreateProjectDialog />
                         <CreateCollectionDialog />
                         <RenameFileDialog />
+                        <DialogCollectionCreateWithSelectedFile />
                         <FileRemoveDialog />
                         <MultipleFilesRemoveDialog />
                         <UpdateCollectionDialog />