feat(web): 尝试优化流程图性能
This commit is contained in:
@@ -22,8 +22,8 @@ const LlmNode = (props: NodeProps) => AmisNode({
|
||||
</div>
|
||||
: <></>
|
||||
},
|
||||
columnSchema: [
|
||||
...inputsFormColumns(),
|
||||
columnSchema: (props) => [
|
||||
...inputsFormColumns(props),
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user