We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc075d commit 4b95488Copy full SHA for 4b95488
docs_headless/src/content/docs/ReferenceManyInputBase.md
@@ -242,7 +242,7 @@ const ProductEdit = () => (
242
## Limitations
243
244
- `<ReferenceManyInputBase>` cannot be used inside an `<ArrayInputBase>` or a `<ReferenceOneInputBase>`.
245
-- `<ReferenceManyInputBase>` cannot be used with `undoable` mutations in a `<Create>` view.
+- `<ReferenceManyInputBase>` cannot be used with `undoable` mutations in a `<CreateBase>` view.
246
- `<ReferenceManyInputBase>` cannot have a `<ReferenceOneInputBase>` or a `<ReferenceManyToManyInputBase>` as one of its children.
247
- `<ReferenceManyInputBase>` does not support server side validation.
248
0 commit comments