From 6b91e8b8ce33fec608851446e7c8a1b197eb0bea Mon Sep 17 00:00:00 2001 From: aloccid-iata <140411726+aloccid-iata@users.noreply.github.com> Date: Wed, 1 May 2024 17:37:34 +0200 Subject: [PATCH] test --- src/Visualizer/components/TableNode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Visualizer/components/TableNode.tsx b/src/Visualizer/components/TableNode.tsx index f76d358..bb2204a 100644 --- a/src/Visualizer/components/TableNode.tsx +++ b/src/Visualizer/components/TableNode.tsx @@ -69,7 +69,7 @@ export const TableNode: FC = ({ data }) => { onClick={() => { window.requestAnimationFrame(() => { const fitNodes: Node[] = [ - { id: 'Generic.booking' } + { id: 'Generic.booking', data: {}, position: {} } ]; reactFlowInstance.fitView({