Skip to content

Commit

Permalink
Fixed issue with new disabled functionality in CollapsibleWithCheckbox (
Browse files Browse the repository at this point in the history
#586)

Co-authored-by: Niklas <[email protected]>
  • Loading branch information
RobertStigsson and nikteg committed Sep 6, 2023
1 parent eb47674 commit 0e6de39
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: CheckboxProps["disabled"];
}

export const CollapsibleWithCheckbox: React.FC<
Expand Down

0 comments on commit 0e6de39

Please sign in to comment.