From 5648e80aa59e8358bfaaa91d2d355d6ed0d8bfcb Mon Sep 17 00:00:00 2001 From: erwanMarmelab Date: Sat, 21 Sep 2024 12:56:37 +0200 Subject: [PATCH] fix the tip documentation --- docs/ReferenceManyInput.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReferenceManyInput.md b/docs/ReferenceManyInput.md index 25623168434..a0e2d3d840d 100644 --- a/docs/ReferenceManyInput.md +++ b/docs/ReferenceManyInput.md @@ -72,7 +72,7 @@ const ProductEdit = () => ( `` persists the changes in the reference records (variants in the above example) after persisting the changes in the main resource (product in the above example). This means that you can also use `` in `` views. -**Tip**: `` cannot be used with `undoable` mutations. You have to set `mutationMode="optimistic"` or `mutationMode="pessimistic"` in the parent `` or ``, as in the example above. +**Tip**: `` cannot be used with `undoable` mutations. You have to set `mutationMode="optimistic"` or `mutationMode="pessimistic"` in the parent ``, as in the example above. ## Props @@ -298,4 +298,4 @@ const ProductEdit = () => ( - `` cannot be used inside an `` or a ``. - `` cannot have a `` or a `` as one of its children. -- `` does not support server side validation. \ No newline at end of file +- `` does not support server side validation.