Skip to content

Commit 2bd511d

Browse files
committed
Fix build
1 parent 07fffeb commit 2bd511d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ export const ArrayInput = (inProps: ArrayInputProps) => {
148148
);
149149
};
150150

151-
export const getArrayInputError = error => {
152-
if (Array.isArray(error)) {
153-
return undefined;
154-
}
155-
return error;
156-
};
157-
158151
export interface ArrayInputProps
159152
extends ArrayInputBaseProps,
160153
Omit<

0 commit comments

Comments
 (0)