From 6a31822388bd59d69357a95b7205e35c6b312604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Thu, 5 Feb 2026 18:16:58 +0100 Subject: [PATCH] Remove bold tags from docs-ui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustaf Räntilä --- docs-ui/src/app/components/table/props-definition.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-ui/src/app/components/table/props-definition.tsx b/docs-ui/src/app/components/table/props-definition.tsx index a994cd6781..be24e86bf0 100644 --- a/docs-ui/src/app/components/table/props-definition.tsx +++ b/docs-ui/src/app/components/table/props-definition.tsx @@ -36,13 +36,13 @@ export const useTableOptionsPropDefs: Record = { type: 'enum', values: ['function'], description: - 'Function that returns or fetches data (required for "offset" and "cursor" modes). For the "complete" mode, either this or `data` must be provided. Signature varies by mode.', + 'Function that returns or fetches data (required for "offset" and "cursor" modes). For the "complete" mode, either this or `data` must be provided. Signature varies by mode.', }, data: { type: 'enum', values: ['T[]'], description: - 'The data for the table. Only applicable for "complete" mode, and either this or `getData` must be provided.', + 'The data for the table. Only applicable for "complete" mode, and either this or `getData` must be provided.', }, paginationOptions: { type: 'enum',