mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix: [Stateful: Home page] Missing information of Store this API key section first time (#198253)
Closes: #195382 Closes: #195366 ## Description All information which is accessible for the user should be announced when the user navigates to the element first time (not only when he reaches it second, third and so on time). ## What was changed?: 1. added `role="alert"` to correctly pronounce status update. Addind role attribute also fixes #195366 ## Screen: https://github.com/user-attachments/assets/3f7707e4-5cc4-451b-9e5c-372e2e7dab81
This commit is contained in:
parent
4036b36c1a
commit
92ae754ff9
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ export const CreateApiKeyFlyout: React.FC<CreateApiKeyFlyoutProps> = ({ onClose
|
|||
defaultMessage: 'Store this API key',
|
||||
})}
|
||||
titleSize="xs"
|
||||
role="alert"
|
||||
>
|
||||
<EuiText>
|
||||
{i18n.translate('xpack.enterpriseSearch.apiKey.apiKeyStepDescription', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue