fixed a11y heading violation for Alert (#17540)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
598076368c
commit
340025b412
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ export const AccessTokenDialog = ({
|
|||
>
|
||||
<Alert
|
||||
title={t("copyInitialAccessToken")}
|
||||
titleHeadingLevel="h2"
|
||||
isInline
|
||||
variant={AlertVariant.warning}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue