Skip to content

Commit 63cdef2

Browse files
committed
fix simple select on structured props form
1 parent a14b9e5 commit 63cdef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datahub-web-react/src/app/govern/structuredProperties/StructuredPropsForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const StructuredPropsForm = ({
100100
}}
101101
placeholder="Select Property Type"
102102
options={valueTypes}
103+
width="full"
103104
values={formValues?.valueType ? [formValues?.valueType] : undefined}
104105
isDisabled={isEditMode}
105106
showDescriptions

0 commit comments

Comments
 (0)