Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata authored May 1, 2024
1 parent c03d0bd commit 6b91e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Visualizer/components/TableNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const TableNode: FC<NodeProps> = ({ data }) => {
onClick={() => {
window.requestAnimationFrame(() => {
const fitNodes: Node[] = [
{ id: 'Generic.booking' }
{ id: 'Generic.booking', data: {}, position: {} }
];

reactFlowInstance.fitView({
Expand Down

0 comments on commit 6b91e8b

Please sign in to comment.