feat: refactor workflow branch selection logic and introduce context provider
This commit is contained in:
@@ -5,7 +5,7 @@ import { XIcon } from "lucide-react"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import type { AIWorkflowDefinition, AIWorkflowNodeSpec } from "@/lib/api/admin"
|
||||
|
||||
import type { SelectedWorkflowBranch } from "./flowgram-editor-provider"
|
||||
import type { SelectedWorkflowBranch } from "./workflow-branch-selection"
|
||||
import { ConditionBranchConfigPanel, NodeConfigPanel } from "./node-config-panel"
|
||||
import {
|
||||
getAvailableVariables,
|
||||
|
||||
Reference in New Issue
Block a user