Merge pull request #30171 from awanlin/fix/welcome-title-default

home - Fixed the `WelcomeTitle` to properly default to the previous value of `inherit`
This commit is contained in:
Patrik Oldsberg
2025-06-07 09:29:05 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Fixed the `WelcomeTitle` to properly default to the previous value of `inherit`
@@ -33,7 +33,7 @@ export type WelcomeTitleLanguageProps = {
export const WelcomeTitle = ({
language,
variant,
variant = 'inherit',
}: WelcomeTitleLanguageProps) => {
const identityApi = useApi(identityApiRef);
const alertApi = useApi(alertApiRef);