fix: 取消code节点输出disabled
This commit is contained in:
parent
0d70a0ff03
commit
9f08825678
@ -306,7 +306,7 @@ export const collapseList = [
|
||||
{ name: "input", type: "input", input: "", required: true }
|
||||
],
|
||||
outputType: 'json',
|
||||
outputParams: [{ name: 'ret', type: 'Object', children: [], desc: 'js节点返回', disabled: true}]
|
||||
outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}]
|
||||
},
|
||||
{
|
||||
icon: microphoneSvg,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user