File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/webui/src/client/ui/UserEditOperations Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -414,10 +414,11 @@ function EditingTypeChangeForm(props: {
414414 { schema && (
415415 < >
416416 < a className = "propertiespanel-pop-up__label" > { t ( 'Source' ) } :</ a >
417- < SchemaFormInPlace
417+ < StyledSchemaFormInPlace
418418 schema = { schema }
419419 object = { values }
420420 translationNamespaces = { props . userEditOperation . translationNamespaces }
421+ width = "100%"
421422 />
422423 < br />
423424 < hr />
@@ -543,8 +544,6 @@ function EditingTypeChangeSourceLayerSource(props: {
543544 schema = { selectedGroupSchema }
544545 object = { selectedValues }
545546 translationNamespaces = { props . userEditOperation . translationNamespaces }
546- compact = { false }
547- className = "custom-class"
548547 width = "100%"
549548 />
550549 </ div >
You can’t perform that action at this time.
0 commit comments