Skip to content

Commit 958d8e3

Browse files
committed
fix: Properties panel - StyledSchemaFormInPlace schema for normal form
1 parent 61c73a0 commit 958d8e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/webui/src/client/ui/UserEditOperations/PropertiesPanel.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)