Merge pull request #15504 from backstage/rugvip/deep

catalog-graph: remove explicit maxDepth query param
This commit is contained in:
Patrik Oldsberg
2023-01-02 14:42:13 +01:00
committed by GitHub
3 changed files with 7 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-graph': patch
---
The link from the `CatalogGraphCard` to the `CatalogGraphPage` no longer includes an explicit `maxDepth` parameter, letting the `CatalogGraphPage` choose the initial `maxDepth` instead.