Skip to content

Commit

Permalink
fix: add aria-label for operlay dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored Dec 12, 2024
1 parent cc7c499 commit 690bc22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OverlayControls/OverlayControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ class OverlayControls extends React.Component<OverlayControlsProps> {
view={view}
size={size}
pin={isOnlyOneItem ? 'round-round' : 'brick-round'}
extraProps={{'aria-label': i18n('label_more-options')}}
qa="dashkit-overlay-control-menu"
>
<Icon data={Ellipsis} size={OVERLAY_ICON_SIZE} />
Expand Down

0 comments on commit 690bc22

Please sign in to comment.