refactor: update input variable types and initial data handling in pipeline components

This commit is contained in:
twwu
2025-05-23 15:10:20 +08:00
parent 720ce79901
commit c9bf99a1e2
9 changed files with 30 additions and 19 deletions

View File

@ -143,6 +143,7 @@ export const useDraftPipelineProcessingParams = (params: PipelineProcessingParam
},
})
},
staleTime: 0,
})
}