Fix missing object name field in some object editors (#6506)

This commit is contained in:
D8H
2024-04-05 17:31:47 +02:00
committed by GitHub
parent 12813c9ad9
commit 007cc48291

View File

@@ -24,6 +24,7 @@ const ObjectPropertiesEditor = (props: Props) => {
project,
resourceManagementProps,
unsavedChanges,
renderObjectNameField,
} = props;
// TODO: Workaround a bad design of ObjectJsImplementation. When getProperties
@@ -53,6 +54,7 @@ const ObjectPropertiesEditor = (props: Props) => {
<I18n>
{({ i18n }) => (
<ColumnStackLayout noMargin>
{renderObjectNameField && renderObjectNameField()}
{tutorialIds.map(tutorialId => (
<DismissableTutorialMessage
key={tutorialId}