diff --git a/src/components/WorkflowCanvas.tsx b/src/components/WorkflowCanvas.tsx index 45414a22..cb61447d 100644 --- a/src/components/WorkflowCanvas.tsx +++ b/src/components/WorkflowCanvas.tsx @@ -1121,6 +1121,7 @@ export function WorkflowCanvas() { nodesConnectable={!isModalOpen} elementsSelectable={!isModalOpen} className="bg-neutral-900" + proOptions={{ hideAttribution: true }} defaultEdgeOptions={{ type: "editable", animated: false,