Revert useEntityStore change

Signed-off-by: TA31OU <kyle.opperman@ing.com>
This commit is contained in:
TA31OU
2025-09-03 12:17:06 +02:00
parent 431130cb83
commit cd961c25d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/plugin-catalog-graph': minor
---
Added `renderEdge` prop to <DependencyGraph /> component in @backstage/core-components to allow custom rendering of graph edges. Fixed local development for EntityRelationsGraph plugin.
Added `renderEdge` prop to <DependencyGraph /> component in @backstage/core-components to allow custom rendering of graph edges.
@@ -64,7 +64,7 @@ export function useEntityStore(): {
return;
}
const { items } = await catalogClient.getEntities();
const { items } = await catalogClient.getEntitiesByRefs({ entityRefs });
items.forEach(ent => {
if (ent) {
const entityRef = stringifyEntityRef(ent);