We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c48b18 commit 4f97ed5Copy full SHA for 4f97ed5
packages/ra-ui-materialui/src/input/NullableBooleanInput.tsx
@@ -36,9 +36,7 @@ export type NullableBooleanInputProps = InputProps<TextFieldProps> &
36
trueLabel?: string;
37
};
38
39
-const NullableBooleanInput: FunctionComponent<
40
- NullableBooleanInputProps
41
-> = props => {
+const NullableBooleanInput: FunctionComponent<NullableBooleanInputProps> = props => {
42
const {
43
className,
44
classes: classesOverride,
0 commit comments