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:
@@ -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