Merge pull request #33788 from benjidotsh/app/fix-disabled-nav-items

fix(app): add check for disabled nav items to discovery of pages
This commit is contained in:
Fredrik Adelöw
2026-05-18 16:04:24 +02:00
committed by GitHub
3 changed files with 113 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app': patch
---
Fixed a regression that caused disabled nav items to appear in the navigation bar.