Skip to content

Commit 4b95488

Browse files
authored
Update docs_headless/src/content/docs/ReferenceManyInputBase.md
1 parent fdc075d commit 4b95488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_headless/src/content/docs/ReferenceManyInputBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const ProductEdit = () => (
242242
## Limitations
243243

244244
- `<ReferenceManyInputBase>` cannot be used inside an `<ArrayInputBase>` or a `<ReferenceOneInputBase>`.
245-
- `<ReferenceManyInputBase>` cannot be used with `undoable` mutations in a `<Create>` view.
245+
- `<ReferenceManyInputBase>` cannot be used with `undoable` mutations in a `<CreateBase>` view.
246246
- `<ReferenceManyInputBase>` cannot have a `<ReferenceOneInputBase>` or a `<ReferenceManyToManyInputBase>` as one of its children.
247247
- `<ReferenceManyInputBase>` does not support server side validation.
248248

0 commit comments

Comments
 (0)