Skip to content

Commit

Permalink
Fixed issue with always requiring checkboxDisabled in CollapsibleWith…
Browse files Browse the repository at this point in the history
…Checkbox. (#587)
  • Loading branch information
RobertStigsson committed Sep 6, 2023
1 parent 69c9870 commit c255ea1
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: CheckboxProps["disabled"];
checkboxDisabled?: CheckboxProps["disabled"];
}

export const CollapsibleWithCheckbox: React.FC<
Expand Down

0 comments on commit c255ea1

Please sign in to comment.