From 51f22a4ff48c4b05f55994cd4f486903f15512bd Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:24:02 +0300 Subject: [PATCH] M: Fix breaking word in expressions --- .../frontend/src/pages/RSFormPage/EditorRSList/TableRSList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorRSList/TableRSList.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorRSList/TableRSList.tsx index 2bd28518..5f22d09b 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorRSList/TableRSList.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorRSList/TableRSList.tsx @@ -113,7 +113,7 @@ function TableRSList({ size: 1000, minSize: 300, maxSize: 1000, - cell: props =>
{props.getValue()}
+ cell: props =>
{props.getValue()}
}), columnHelper.accessor(cst => cst.definition_resolved || cst.definition_raw || '', { id: 'definition',