feat(web): 节点描述和名称直接放在节点数据中
This commit is contained in:
@@ -80,8 +80,6 @@ const KnowledgeNode = (props: NodeProps) => {
|
||||
return (
|
||||
<AmisNode
|
||||
nodeProps={props}
|
||||
defaultNodeName="知识库"
|
||||
defaultNodeDescription="查询知识库获取外部知识"
|
||||
columnSchema={columnsSchema}
|
||||
handler={<NormalNodeHandler/>}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user