Merge pull request #27231 from backstage/blam/rollback-small
Revert #26866 to fix `EntityPicker` in scaffolder
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user