We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d24a7 commit 3d31c73Copy full SHA for 3d31c73
packages/ra-ui-materialui/src/input/ReferenceArrayInput.tsx
@@ -84,7 +84,6 @@ export const ReferenceArrayInput = (props: ReferenceArrayInputProps) => {
84
85
const defaultChildren = <AutocompleteArrayInput />;
86
87
-export interface ReferenceArrayInputProps
88
- extends ReferenceArrayInputBaseProps {
+export interface ReferenceArrayInputProps extends ReferenceArrayInputBaseProps {
89
label?: string;
90
}
0 commit comments