Skip to content

Commit

Permalink
With no aria label required we have the flexibility not to use the to…
Browse files Browse the repository at this point in the history
…oltip.
  • Loading branch information
vraja-pro committed Jul 17, 2024
1 parent 8fb173f commit d936f49
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 d936f49

Please sign in to comment.