diff --git a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx index b9a15eb569..9a46d89da6 100644 --- a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx +++ b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx @@ -113,8 +113,8 @@ export const CatalogGraphCard = (props: { rootEntityRefs: [stringifyEntityRef(entity)], unidirectional, mergeRelations, - kinds, - relations, + selectedKinds: kinds, + selectedRelations: relations, direction, }, { arrayFormat: 'brackets', addQueryPrefix: true },