feat: remove attribute

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