From ed7984508c0feeac9565e7dcb7424c4837a39d49 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 6 May 2024 13:22:34 +0530 Subject: [PATCH] docs: coderabbitai suggestions (#8404) Signed-off-by: Pranav C --- .../040.field-types/040.links-based/010.links.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md b/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md index f191afecf3..17d272bc32 100644 --- a/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md +++ b/packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md @@ -49,7 +49,7 @@ List of linked records will appear as a dropdown containing linked records as ca 3. List (cards) of linked records 4. Click on the `-` icon to unlink the record 5. To view additional information (expanded record), hover on the card & click on the `<>` icon -6. Click on `+ New record` button to add a new record & link it to the current record +6. Click on `+ New record` button to create and link a new record to the current one 7. Click on `Link more records` to link an existing record [Read more](#link-new-records) 8. Pagination bar @@ -67,7 +67,7 @@ A brief note about the modal components: 3. List (cards) of records available for linking 4. Click on the `+` icon to link the record 5. To view additional information (expanded record) before linking, hover on the card & click on the `<>` icon -6. Click on `+ New record` button to add a new record & link it to the current record +6. Click on `+ New record` button to create and link a new record to the current one 7. Pagination bar :::info @@ -75,6 +75,7 @@ Multiple records can be linked at once. ::: ### Unlink records + To unlink a record, open the `Linked Records` modal & click on the `-` icon on the card of the record to be unlinked. :::info @@ -83,4 +84,4 @@ Multiple records can be unlinked at once. ### Related fields - [Lookup](020.lookup.md) -- [Rollup](030.rollup.md) \ No newline at end of file +- [Rollup](030.rollup.md)