+2
-1
@@ -54,7 +54,8 @@ export const SettingsObjectNewFieldStep2 = () => {
|
||||
initForm({
|
||||
relation: {
|
||||
field: { icon: activeObjectMetadataItem.icon },
|
||||
objectMetadataId: findObjectMetadataItemByNamePlural('people')?.id,
|
||||
objectMetadataId:
|
||||
findObjectMetadataItemByNamePlural('people')?.id || '',
|
||||
},
|
||||
});
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user