Skip to content

Commit a0904e3

Browse files
committed
fix tests
1 parent a7c1544 commit a0904e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/input/CheckboxGroupInputItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export const CheckboxGroupInputItem = (
5353
onChange={onChange}
5454
className={className}
5555
inputRef={inputRef}
56-
disabled={disabled}
5756
control={
5857
<Checkbox
5958
id={`${id}_${getChoiceValue(choice)}`}
@@ -66,6 +65,7 @@ export const CheckboxGroupInputItem = (
6665
: false
6766
}
6867
value={String(getChoiceValue(choice))}
68+
disabled={disabled}
6969
{...options}
7070
/>
7171
}

0 commit comments

Comments
 (0)