From 0c5f21e8932eb870fd41bc58428941816f6c3a35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:28:56 +0000 Subject: [PATCH] chore(docs): Updated UI Reference (automated) (#11166) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> --- www/apps/ui/src/specs/DataTable/DataTable.Table.json | 2 +- www/apps/ui/src/specs/DataTable/DataTable.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/ui/src/specs/DataTable/DataTable.Table.json b/www/apps/ui/src/specs/DataTable/DataTable.Table.json index aa8c6e146c..4857021354 100644 --- a/www/apps/ui/src/specs/DataTable/DataTable.Table.json +++ b/www/apps/ui/src/specs/DataTable/DataTable.Table.json @@ -1,5 +1,5 @@ { - "description": "This component renders the table in a data table, supporting advanced features.\nIt's useful to create tables similar to those in the Medusa Admin dashboard.", + "description": "This component renders the table in a data table, supporting advanced features.", "methods": [], "displayName": "DataTable.Table", "props": { diff --git a/www/apps/ui/src/specs/DataTable/DataTable.json b/www/apps/ui/src/specs/DataTable/DataTable.json index 00c31c353e..2fe6ea2c5b 100644 --- a/www/apps/ui/src/specs/DataTable/DataTable.json +++ b/www/apps/ui/src/specs/DataTable/DataTable.json @@ -1,5 +1,5 @@ { - "description": "This component creates a data table with filters, pagination, sorting, and more.\nIt's built on top of the `Table` component while expanding its functionality.", + "description": "This component creates a data table with filters, pagination, sorting, and more.\nIt's built on top of the `Table` component while expanding its functionality.\nThe `DataTable` is useful to create tables similar to those in the Medusa Admin dashboard.", "methods": [], "displayName": "DataTable", "props": {