diff --git a/packages/components/src/IconAIFixesButton.js b/packages/components/src/IconAIFixesButton.js index 305344efdba..f6b5f9f0c13 100644 --- a/packages/components/src/IconAIFixesButton.js +++ b/packages/components/src/IconAIFixesButton.js @@ -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,