From a6dba7dde1f9e6619fd071a021119888815907d1 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Thu, 2 Feb 2023 15:28:25 -0500 Subject: [PATCH] Add back destructured kinds and relations. Signed-off-by: Aramis Sennyey --- .../src/components/CatalogGraphCard/CatalogGraphCard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx index e646cc7cfa..03b346e5ec 100644 --- a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx +++ b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.tsx @@ -72,6 +72,8 @@ export const CatalogGraphCard = ( unidirectional = true, mergeRelations = true, direction = Direction.LEFT_RIGHT, + kinds, + relations, height, title = 'Relations', zoom = 'enable-on-click',