feat: remove attribute

This commit is contained in:
scarqin
2024-12-25 13:52:00 +08:00
parent 59ce2e0623
commit 6da49e78ee
@@ -227,6 +227,7 @@ const AIFlowChart = () => {
onNodesChange={onNodesChange}
onEdgesChange={onEdgesChange}
onNodeDrag={onNodeDrag}
proOptions={{ hideAttribution: true }}
onNodeDragStop={onNodeDragStop}
draggable={false}
nodeTypes={nodeTypes}