X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c4c906cb232d8974858e4da2393fb7a83a24fbd0..a1310aae9f24935feae463542e9bfde298a5d9e4:/src/views-components/dialog-create/dialog-collection-create-selected.tsx diff --git a/src/views-components/dialog-create/dialog-collection-create-selected.tsx b/src/views-components/dialog-create/dialog-collection-create-selected.tsx index 70837471..ad684d78 100644 --- a/src/views-components/dialog-create/dialog-collection-create-selected.tsx +++ b/src/views-components/dialog-create/dialog-collection-create-selected.tsx @@ -4,38 +4,55 @@ import * as React from "react"; import { InjectedFormProps, Field, WrappedFieldProps } from "redux-form"; +import { Dialog, DialogTitle, DialogContent, DialogActions, Button, CircularProgress } from "@material-ui/core"; import { WithDialogProps } from "~/store/dialog/with-dialog"; import { TextField } from "~/components/text-field/text-field"; import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION, COLLECTION_PROJECT_VALIDATION } from "~/validators/validators"; import { ProjectTreePicker } from "../project-tree-picker/project-tree-picker"; -import { FormDialog } from '../../components/form-dialog/form-dialog'; export const DialogCollectionCreateWithSelected = (props: WithDialogProps & InjectedFormProps<{ name: string }>) => - ; - -const FormFields = () =>
-
- - -
- -
; +
+ + Create a collection + +
+ + +
+ +
+ + + + +
+
; const Picker = (props: WrappedFieldProps) =>