Skip to content

Commit 3d31c73

Browse files
committed
Fix format
1 parent f4d24a7 commit 3d31c73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export const ReferenceArrayInput = (props: ReferenceArrayInputProps) => {
8484

8585
const defaultChildren = <AutocompleteArrayInput />;
8686

87-
export interface ReferenceArrayInputProps
88-
extends ReferenceArrayInputBaseProps {
87+
export interface ReferenceArrayInputProps extends ReferenceArrayInputBaseProps {
8988
label?: string;
9089
}

0 commit comments

Comments
 (0)