Fix frontend type error (#27116)
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user