[ARVADOS-WORKBENCH2] updated: 1.2.0-891-g6e7601c
Git user
git at public.curoverse.com
Fri Nov 16 05:52:21 EST 2018
Summary of changes:
src/views-components/form-fields/collection-form-fields.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 6e7601cf151b8384b353b3c90134e4bbb4939d2f (commit)
from ed5c052b271d357da4b85a10db33edd10d43685d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6e7601cf151b8384b353b3c90134e4bbb4939d2f
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Fri Nov 16 11:51:55 2018 +0100
Update CollectionProjectPickerField props type
Feature #14470
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/views-components/form-fields/collection-form-fields.tsx b/src/views-components/form-fields/collection-form-fields.tsx
index d6cbd8d..2d2a7c8 100644
--- a/src/views-components/form-fields/collection-form-fields.tsx
+++ b/src/views-components/form-fields/collection-form-fields.tsx
@@ -7,6 +7,7 @@ import { Field, WrappedFieldProps } from "redux-form";
import { TextField } from "~/components/text-field/text-field";
import { COLLECTION_NAME_VALIDATION, COLLECTION_DESCRIPTION_VALIDATION, COLLECTION_PROJECT_VALIDATION } from "~/validators/validators";
import { ProjectTreePicker, ProjectTreePickerField } from "~/views-components/project-tree-picker/project-tree-picker";
+import { PickerIdProp } from '../../store/tree-picker/picker-id';
export const CollectionNameField = () =>
<Field
@@ -23,7 +24,7 @@ export const CollectionDescriptionField = () =>
validate={COLLECTION_DESCRIPTION_VALIDATION}
label="Description - optional" />;
-export const CollectionProjectPickerField = (props: { pickerId: string }) =>
+export const CollectionProjectPickerField = (props: PickerIdProp) =>
<Field
name="projectUuid"
pickerId={props.pickerId}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list