Skip to content

Commit 40bd4a4

Browse files
committed
fix copy paste error
1 parent 7cea96f commit 40bd4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const NullableBooleanInput = (props: NullableBooleanInputProps) => {
7373
}
7474
error={(isTouched || isSubmitted) && invalid}
7575
helperText={
76-
helperText ? (
76+
renderHelperText ? (
7777
<InputHelperText
7878
touched={isTouched || isSubmitted}
7979
error={error?.message}

0 commit comments

Comments
 (0)