fix: adds disabled logic

This commit is contained in:
jongomez 2023-10-10 22:58:18 +01:00 committed by Jon
parent 0cc80751a3
commit 774ffd95fe
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export const ButtonGroup: React.FC<ButtonGroupProps> & {
...child.props,
size,
variant,
disabled: props.disabled || child.props.disabled,
})
}