diff --git a/src/components/WorkflowCanvas.tsx b/src/components/WorkflowCanvas.tsx index 47286220..2064f614 100644 --- a/src/components/WorkflowCanvas.tsx +++ b/src/components/WorkflowCanvas.tsx @@ -1346,6 +1346,7 @@ export function WorkflowCanvas() { videoFrameGrab: { width: 320, height: 320 }, router: { width: 200, height: 80 }, switch: { width: 220, height: 120 }, + conditionalSwitch: { width: 260, height: 180 }, glbViewer: { width: 360, height: 380 }, }; const dims = defaultDimensions[nodeType];