qinglong/src/pages/scenario
copilot-swe-agent[bot] d22803ea66 Fix: Correct import name from NODE_TYPES to WorkflowNodeType
Fixed build error:
- Changed import from NODE_TYPES to WorkflowNodeType (actual export name)
- Matches the enum exported from nodes/constants.ts
- Resolves "No matching export" build error

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-23 13:45:39 +00:00
..
flowgram Fix: Correct import name from NODE_TYPES to WorkflowNodeType 2025-11-23 13:45:39 +00:00
index.less fix scenario style 2025-11-23 18:37:29 +08:00
index.tsx fix scenario style 2025-11-23 18:37:29 +08:00
modal.tsx Add Scenario Mode with workflow editor - backend and frontend implementation 2025-11-23 05:32:56 +00:00
type.ts Add Scenario Mode with workflow editor - backend and frontend implementation 2025-11-23 05:32:56 +00:00
workflowEditor.less Add Scenario Mode with workflow editor - backend and frontend implementation 2025-11-23 05:32:56 +00:00
workflowEditorModal.tsx Refactor workflow editor to use Flowgram.ai library 2025-11-23 06:05:24 +00:00