Skip to content

Commit

Permalink
fix: aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Oct 21, 2024
1 parent 093b301 commit 1b4eec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const InventoryVulsComponent = () => {
<EuiButtonIcon
onClick={() => onClickInspectDoc(rowIndex)}
iconType='inspect'
aria-label='Info'
aria-label={inspectHintMsg}
/>
</EuiToolTip>
);
Expand Down

0 comments on commit 1b4eec2

Please sign in to comment.