Skip to content

Commit

Permalink
- Fixed issue with new disabled functionality in CollapsibleWithCheckbox
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertStigsson committed Sep 6, 2023
1 parent eb47674 commit 98276f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface CollapsibleWithCheckboxProps
CheckboxProps,
"value" | "onValueChange" | "onChange" | "indeterminate"
> {
checkboxDisabled: boolean;
checkboxDisabled: Pick<CheckboxProps, "disabled">;
}

export const CollapsibleWithCheckbox: React.FC<
Expand Down

0 comments on commit 98276f6

Please sign in to comment.