diff --git a/src/components/ConnectionDropMenu.tsx b/src/components/ConnectionDropMenu.tsx index 528b29a8..e2730b35 100644 --- a/src/components/ConnectionDropMenu.tsx +++ b/src/components/ConnectionDropMenu.tsx @@ -196,6 +196,15 @@ const TEXT_TARGET_OPTIONS: MenuOption[] = [ ), }, + { + type: "conditionalSwitch", + label: "Conditional Switch", + icon: ( + + + + ), + }, ]; // Define which nodes can provide sources for handle types (when dragging to a target handle) @@ -266,15 +275,6 @@ const IMAGE_SOURCE_OPTIONS: MenuOption[] = [ ), }, - { - type: "conditionalSwitch", - label: "Conditional Switch", - icon: ( - - - - ), - }, ]; const TEXT_SOURCE_OPTIONS: MenuOption[] = [