Skip to content

Commit

Permalink
Merge pull request #21486 from Yoast/remove-required-for-aria-label
Browse files Browse the repository at this point in the history
Remove aria label required to have the flexibility not to use the tooltip
  • Loading branch information
mhkuu authored Jul 18, 2024
2 parents 8fb173f + d936f49 commit e6922ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/IconAIFixesButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ IconAIFixesButton.propTypes = {
disabled: PropTypes.bool,
children: PropTypes.node,
id: PropTypes.string.isRequired,
ariaLabel: PropTypes.string.isRequired,
ariaLabel: PropTypes.string,
onClick: PropTypes.func,
onPointerEnter: PropTypes.func,
onPointerLeave: PropTypes.func,
Expand Down

0 comments on commit e6922ef

Please sign in to comment.