home - Fixed the WelcomeTitle to properly default to the previous value of inherit
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
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