From 0cdde4ddb9d769e7aa5f2f478c86b52ab4e8c30a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Mon, 9 Dec 2024 15:03:56 +0100 Subject: [PATCH] [no ci] Apply suggestions from code review --- docs/ReferenceManyToManyField.md | 2 +- docs/ReferenceManyToManyInput.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReferenceManyToManyField.md b/docs/ReferenceManyToManyField.md index 4c083957de..daabd6b2ba 100644 --- a/docs/ReferenceManyToManyField.md +++ b/docs/ReferenceManyToManyField.md @@ -5,7 +5,7 @@ title: "The ReferenceManyToManyField Component" # `` -This [Enterprise Edition](https://react-admin-ee.marmelab.com)premium icon component fetches a list of referenced records by lookup in an associative table, and passes the records down to its child component, which must be an iterator component (e.g. ``). +This [Enterprise Edition](https://react-admin-ee.marmelab.com)React Admin Enterprise Edition icon component fetches a list of referenced records by lookup in an associative table, and passes the records down to its child component, which must be an iterator component (e.g. ``). !["ReferenceManyToManyField example showing band's venues"](./img/reference-many-to-many-field.png) diff --git a/docs/ReferenceManyToManyInput.md b/docs/ReferenceManyToManyInput.md index 4f5d6f667f..76ef74a105 100644 --- a/docs/ReferenceManyToManyInput.md +++ b/docs/ReferenceManyToManyInput.md @@ -5,7 +5,7 @@ title: "The ReferenceManyToManyInput Component" # `` -This [Enterprise Edition](https://react-admin-ee.marmelab.com)premium icon component allows to create, edit or remove relationships between two resources sharing an associative table. The changes in the associative table are sent to the dataProvider _when the user submits the form_, so that they can cancel the changes before submission. +This [Enterprise Edition](https://react-admin-ee.marmelab.com)React Admin Enterprise Edition icon component allows to create, edit or remove relationships between two resources sharing an associative table. The changes in the associative table are sent to the dataProvider _when the user submits the form_, so that they can cancel the changes before submission.