Skip to content

Commit

Permalink
fix: adds disabled logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 16, 2023
1 parent 0cc8075 commit 774ffd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const ButtonGroup: React.FC<ButtonGroupProps> & {
...child.props,
size,
variant,
disabled: props.disabled || child.props.disabled,
})
}

Expand Down

0 comments on commit 774ffd9

Please sign in to comment.