Merge pull request #20683 from backstage/mob/routed-tabs-fix

core-components: make RoutedTabs not explode when rendering without tabs
This commit is contained in:
Patrik Oldsberg
2023-10-19 20:51:59 +02:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Fix `RoutedTabs` so that it does not explode without tabs.