feat(web): 尝试优化流程图性能
This commit is contained in:
@@ -7,8 +7,8 @@ const CodeNode = (props: NodeProps) => AmisNode({
|
||||
type: 'normal',
|
||||
defaultNodeName: '代码执行',
|
||||
defaultNodeDescription: '执行自定义的处理代码',
|
||||
columnSchema: [
|
||||
...inputsFormColumns(),
|
||||
columnSchema: (props) => [
|
||||
...inputsFormColumns(props),
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user