mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: http support debug and remove mock init debug data
This commit is contained in:
@ -32,10 +32,7 @@ const useConfig = (id: string, payload: TemplateTransformNodeType) => {
|
||||
} = useOneStepRun<TemplateTransformNodeType>({
|
||||
id,
|
||||
data: inputs,
|
||||
defaultRunInputData: {
|
||||
name: 'Joel',
|
||||
age: '18',
|
||||
},
|
||||
defaultRunInputData: {},
|
||||
})
|
||||
const varInputs = toVarInputs(inputs.variables)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user