Revert useEntityStore change
Signed-off-by: TA31OU <kyle.opperman@ing.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user