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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user