Skip to content

Commit

Permalink
Fix disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Mar 25, 2022
1 parent 0212c16 commit 0e41e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Chip/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Chip = React.forwardRef(function Chip(inProps, ref) {
const ownerState = {
...props,
component,
disabled: clickable && disabled ? true : undefined,
disabled,
size,
color,
clickable,
Expand Down

0 comments on commit 0e41e61

Please sign in to comment.