feat: http support debug and remove mock init debug data

This commit is contained in:
Joel
2024-03-08 10:59:49 +08:00
parent c20c9b53e1
commit 49ce9d2200
9 changed files with 78 additions and 15 deletions

View File

@ -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)