committed by
GitHub
parent
7b66d2a585
commit
e6cb0c0a25
+1
@@ -150,6 +150,7 @@ export const SettingsDataModelFieldRelationForm = ({
|
||||
value={value}
|
||||
options={activeObjectMetadataItems
|
||||
.filter(isObjectMetadataAvailableForRelation)
|
||||
.sort((item1, item2) => item1.labelPlural.localeCompare(item2.labelPlural))
|
||||
.map((objectMetadataItem) => ({
|
||||
label: objectMetadataItem.labelPlural,
|
||||
value: objectMetadataItem.id,
|
||||
|
||||
Reference in New Issue
Block a user