File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ const ProductEdit = () => (
297297## Limitations
298298
299299- ` <ReferenceManyInput> ` cannot be used inside an ` <ArrayInput> ` or a ` <ReferenceOneInput> ` .
300- - ` <ReferenceManyInput> ` does not support reordering its items so you should set ` disableReordering ` on ` <SimpleFormIterator> ` if you use it.
300+ - ` <ReferenceManyInput> ` does not support reordering its items so you should set the ` disableReordering ` prop on ` <SimpleFormIterator> ` if you use it.
301301- ` <ReferenceManyInput> ` cannot be used with ` undoable ` mutations in a ` <Create> ` view.
302302- ` <ReferenceManyInput> ` cannot have a ` <ReferenceOneInput> ` or a ` <ReferenceManyToManyInput> ` as one of its children.
303303- ` <ReferenceManyInput> ` does not support server side validation.
You can’t perform that action at this time.
0 commit comments