Skip to content

Commit 5780b7e

Browse files
committed
Fix lodash usage
1 parent 77c9550 commit 5780b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
type ComponentsOverrides,
1818
useThemeProps,
1919
} from '@mui/material';
20-
import get from 'lodash/get';
20+
import get from 'lodash/get.js';
2121

2222
import { LinearProgress } from '../../layout/LinearProgress';
2323
import { InputHelperText } from '../InputHelperText';

0 commit comments

Comments
 (0)