From 583fc5454af0ece070d1cf2d7044695ccb3ae715 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 1 Mar 2025 22:09:15 +0100 Subject: [PATCH] plugins/app: fix rendering of extra elements in app without sign-in page Signed-off-by: Patrik Oldsberg --- .changeset/fair-rabbits-greet.md | 5 +++++ plugins/app/src/extensions/AppRoot.tsx | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/fair-rabbits-greet.md diff --git a/.changeset/fair-rabbits-greet.md b/.changeset/fair-rabbits-greet.md new file mode 100644 index 0000000000..c8f40b3ab7 --- /dev/null +++ b/.changeset/fair-rabbits-greet.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app': patch +--- + +Fixed extra app elements not being rendered as part of apps without a sign-in page. diff --git a/plugins/app/src/extensions/AppRoot.tsx b/plugins/app/src/extensions/AppRoot.tsx index b973178e3a..1aeb7b9537 100644 --- a/plugins/app/src/extensions/AppRoot.tsx +++ b/plugins/app/src/extensions/AppRoot.tsx @@ -249,6 +249,7 @@ export function AppRouter(props: AppRouterProps) { return ( + {...extraElements} {children}