fix(web): 修复节点option key错误
This commit is contained in:
@@ -22,7 +22,7 @@ export function inputsFormColumns(props: ColumnsSchemaProps): Schema[] {
|
||||
groups.push({
|
||||
label: incomer.id,
|
||||
children: Object.keys(outputs).map(key => ({
|
||||
key: `${incomer.id}.${key}`,
|
||||
value: `${incomer.id}.${key}`,
|
||||
label: key,
|
||||
})),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user