feat(web): 尝试优化流程图性能
This commit is contained in:
@@ -7,7 +7,7 @@ const OutputNode = (props: NodeProps) => AmisNode({
|
||||
type: 'end',
|
||||
defaultNodeName: '输出节点',
|
||||
defaultNodeDescription: '定义输出变量',
|
||||
columnSchema: outputsFormColumns(true),
|
||||
columnSchema: () => outputsFormColumns(true),
|
||||
})
|
||||
|
||||
export default React.memo(OutputNode)
|
||||
Reference in New Issue
Block a user