Merge pull request #29021 from backstage/rugvip/extra

plugins/app: fix rendering of extra elements in app without sign-in page
This commit is contained in:
Patrik Oldsberg
2025-03-02 00:58:15 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app': patch
---
Fixed extra app elements not being rendered as part of apps without a sign-in page.
+1
View File
@@ -249,6 +249,7 @@ export function AppRouter(props: AppRouterProps) {
return (
<RouterComponent>
{...extraElements}
<RouteTracker routeObjects={routeObjects} />
{children}
</RouterComponent>