mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix missing object name field in some object editors (#6506)
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user