Skip to content

Commit

Permalink
fixup! Change label of inputs to accept any node (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrich-schindler committed Jun 6, 2024
1 parent d721617 commit 9e065ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputGroup/InputGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ InputGroup.propTypes = {
/**
* Input group label.
*/
label: PropTypes.string.isRequired,
label: PropTypes.node.isRequired,
/**
* Layout of the group.
*
Expand Down

0 comments on commit 9e065ad

Please sign in to comment.