Skip to content

Commit

Permalink
fix: Properties panel - StyledSchemaFormInPlace schema for normal form
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Nov 13, 2024
1 parent 61c73a0 commit 958d8e3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,11 @@ function EditingTypeChangeForm(props: {
{schema && (
<>
<a className="propertiespanel-pop-up__label">{t('Source')}:</a>
<SchemaFormInPlace
<StyledSchemaFormInPlace
schema={schema}
object={values}
translationNamespaces={props.userEditOperation.translationNamespaces}
width="100%"
/>
<br />
<hr />
Expand Down Expand Up @@ -543,8 +544,6 @@ function EditingTypeChangeSourceLayerSource(props: {
schema={selectedGroupSchema}
object={selectedValues}
translationNamespaces={props.userEditOperation.translationNamespaces}
compact={false}
className="custom-class"
width="100%"
/>
</div>
Expand Down

0 comments on commit 958d8e3

Please sign in to comment.