From 17ae1d745e36fe198cc671446015a9a807d419dd Mon Sep 17 00:00:00 2001 From: aloccid-iata <140411726+aloccid-iata@users.noreply.github.com> Date: Wed, 1 May 2024 17:39:14 +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 bb2204a..994e86c 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', data: {}, position: {} } + { id: 'Generic.booking', data: {}, position: { x: 5, y: 5 } } ]; reactFlowInstance.fitView({