X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cdc8a73914399a401642ca553e9d3d8b2d42db5c..52f6efaa4834fcbcb356c3509171f95d2f1af1c7:/src/views-components/rename-file-dialog/rename-file-dialog.tsx diff --git a/src/views-components/rename-file-dialog/rename-file-dialog.tsx b/src/views-components/rename-file-dialog/rename-file-dialog.tsx index 862227bd..1a806511 100644 --- a/src/views-components/rename-file-dialog/rename-file-dialog.tsx +++ b/src/views-components/rename-file-dialog/rename-file-dialog.tsx @@ -10,6 +10,7 @@ import { FormDialog } from '~/components/form-dialog/form-dialog'; import { DialogContentText } from '@material-ui/core'; import { TextField } from '~/components/text-field/text-field'; import { RENAME_FILE_DIALOG, RenameFileDialogData, renameFile } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions'; +import { WarningCollection } from '~/components/warning-collection/warning-collection'; export const RenameFileDialog = compose( withDialog(RENAME_FILE_DIALOG), @@ -34,5 +35,7 @@ const RenameDialogFormFields = (props: WithDialogProps) => + ;