fixed a11y heading violation for Alert (#17540)

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2023-03-10 10:32:06 +00:00 committed by GitHub
parent 598076368c
commit 340025b412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ export const AccessTokenDialog = ({
>
<Alert
title={t("copyInitialAccessToken")}
titleHeadingLevel="h2"
isInline
variant={AlertVariant.warning}
/>