From 42565b4b4b8bd06a4e6ce90e640f17429dc550d3 Mon Sep 17 00:00:00 2001 From: Maximilian Vorbrodt Date: Mon, 28 Nov 2022 11:10:21 +0100 Subject: [PATCH] change default maxDepth value Signed-off-by: Maximilian Vorbrodt --- .../components/EntityRelationsGraph/EntityRelationsGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-graph/src/components/EntityRelationsGraph/EntityRelationsGraph.tsx b/plugins/catalog-graph/src/components/EntityRelationsGraph/EntityRelationsGraph.tsx index 72ec4b4aed..67aa230ce2 100644 --- a/plugins/catalog-graph/src/components/EntityRelationsGraph/EntityRelationsGraph.tsx +++ b/plugins/catalog-graph/src/components/EntityRelationsGraph/EntityRelationsGraph.tsx @@ -89,7 +89,7 @@ export const EntityRelationsGraph = (props: { }) => { const { rootEntityNames, - maxDepth = Number.POSITIVE_INFINITY, + maxDepth = 2, unidirectional = true, mergeRelations = true, kinds,