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 bc7df72 commit ae9d10b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Visualizer/components/TableNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ export const TableNode: FC<NodeProps> = ({ data }) => {
onMouseLeave={() => setSelectedColumn("")}
onClick={() => {
window.requestAnimationFrame(() => {
const fitNodes: Node[] = [
{ id: 'Generic.booking', data: {}, position: { x: 5, y: 5 } }
];
const fitNodes: Node =
{ id: 'Generic.booking', data: {}, position: { x: 5, y: 5 } };

const fitViewOptions: FitViewOptions = {
duration: 500,
Expand Down

0 comments on commit ae9d10b

Please sign in to comment.