fix agent config

This commit is contained in:
JzoNg
2024-03-20 16:15:36 +08:00
parent e462ddb805
commit 18883d9faa
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ export const useWorkflowRun = () => {
setWorkflowRunningData(produce(workflowRunningData!, (draft) => {
draft.tracing!.push({
...data,
status: 'running',
status: NodeRunningStatus.Running,
} as any)
}))