Extract collection partial copy dialog
[arvados-workbench2.git] / src / views-components / form-fields / collection-form-fields.tsx
index 10c807b6211bbacf0316abcf95d04b8407708f1e..af240fc5666c1735bf4938ade1b0bffe3ad358fe 100644 (file)
@@ -8,14 +8,6 @@ import { TextField } from "~/components/text-field/text-field";
 import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION, COLLECTION_PROJECT_VALIDATION } from "~/validators/validators";
 import { ProjectTreePicker } from "~/views-components/project-tree-picker/project-tree-picker";
 
-export const CollectionPartialCopyFields = () => <div style={{ display: 'flex' }}>
-    <div>
-        <CollectionNameField />
-        <CollectionDescriptionField />
-    </div>
-    <CollectionProjectPickerField />
-</div>;
-
 export const CollectionNameField = () =>
     <Field
         name='name'