Skip to content

Commit 69bbd27

Browse files
committed
Ensure users can override getItemDefaults in <SimpleFormIterator>
1 parent 1ed9b9a commit 69bbd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const SimpleFormIterator = (inProps: SimpleFormIteratorProps) => {
7373
});
7474

7575
return (
76-
<SimpleFormIteratorBase {...props} getItemDefaults={getItemDefaults}>
76+
<SimpleFormIteratorBase getItemDefaults={getItemDefaults} {...props}>
7777
<Root
7878
className={clsx(
7979
className,

0 commit comments

Comments
 (0)