Add changeset.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-02-23 18:10:54 -05:00
parent 26c27f4f80
commit 0d61fcca9c
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': minor
---
Update `EntityPicker` to use the fully qualified entity ref instead of the humanized version.
@@ -18,7 +18,6 @@ import {
Entity,
CompoundEntityRef,
DEFAULT_NAMESPACE,
UserEntity,
} from '@backstage/catalog-model';
/**