We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94e908 commit b7c6c4fCopy full SHA for b7c6c4f
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