diff --git a/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx b/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx index 7d403ed..7797a5f 100644 --- a/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx +++ b/web/app/dashboard/ai-workflows/_components/workflow-editor.tsx @@ -393,9 +393,7 @@ export function WorkflowEditor({ ) : null} @@ -447,6 +445,28 @@ export function WorkflowEditor({ + {selectedNode ? ( + + ) : null} {pendingNodeDrag?.active ? (
- {selectedNode ? ( - <> - - - - - - ) : null} ) }