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',