Skip to content

Commit

Permalink
[SpeedDial] Remove redundant aria-labelledby (#12847)
Browse files Browse the repository at this point in the history
This is now handled by Tooltip
  • Loading branch information
mbrookes authored and oliviertassinari committed Sep 12, 2018
1 parent 560a035 commit c683d68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class SpeedDialAction extends React.Component {
onClick={onClick}
tabIndex={-1}
role="menuitem"
aria-labelledby={id}
{...ButtonProps}
>
{icon}
Expand Down

0 comments on commit c683d68

Please sign in to comment.