mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-12 18:14:25 +00:00
fix: adds disabled logic
This commit is contained in:
parent
0cc80751a3
commit
774ffd95fe
@ -37,6 +37,7 @@ export const ButtonGroup: React.FC<ButtonGroupProps> & {
|
||||
...child.props,
|
||||
size,
|
||||
variant,
|
||||
disabled: props.disabled || child.props.disabled,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user