From 7a37c15d540b3f455fe609ad7e549db2fc521f3c Mon Sep 17 00:00:00 2001 From: matei jordache Date: Thu, 26 Mar 2026 01:04:50 -0700 Subject: [PATCH] table collapsed by default --- frontend/src/CustomNode.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/CustomNode.jsx b/frontend/src/CustomNode.jsx index 9220fa9..37d1b00 100644 --- a/frontend/src/CustomNode.jsx +++ b/frontend/src/CustomNode.jsx @@ -1184,7 +1184,7 @@ function CustomNode({ id, data }) { {/* Collapsible table data */} {data.tableRows && data.tableRows.length > 0 && ( - + )}