Fix frontend type error (#27116)

This commit is contained in:
GuanMu
2025-10-20 11:27:18 +08:00
committed by GitHub
parent dc1a380888
commit 8c298b33cd
7 changed files with 22 additions and 11 deletions

View File

@@ -145,6 +145,9 @@ export const usePipelineRun = () => {
} = workflowStore.getState()
setWorkflowRunningData({
result: {
inputs_truncated: false,
process_data_truncated: false,
outputs_truncated: false,
status: WorkflowRunningStatus.Running,
},
tracing: [],