Merge pull request #27231 from backstage/blam/rollback-small

Revert #26866 to fix `EntityPicker` in scaffolder
This commit is contained in:
Ben Lambert
2024-10-17 16:48:43 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Revert the change of the option label for `EntityPicker`
@@ -199,7 +199,7 @@ export const EntityPicker = (props: EntityPickerProps) => {
typeof option === 'string'
? option
: entities?.entityRefToPresentation.get(stringifyEntityRef(option))
?.primaryTitle!
?.entityRef!
}
autoSelect
freeSolo={allowArbitraryValues}