Skip to content

Commit

Permalink
[Synthetics] add metric item aria label (#151939)
Browse files Browse the repository at this point in the history
## Summary

This missing aria-label is causing console errors on the overview page.
  • Loading branch information
dominiqueclarke committed Feb 22, 2023
1 parent 620b7d6 commit 9a40d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const MetricItemIcon = ({
}
}}
>
<EuiButtonIcon iconType="alert" color="danger" size="m" />
<EuiButtonIcon iconType="alert" color="danger" size="m" aria-label={ERROR_DETAILS} />
</StyledIcon>
}
isOpen={configIdByLocation === isPopoverOpen}
Expand Down

0 comments on commit 9a40d6a

Please sign in to comment.