diff --git a/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx b/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx
index d9239ab3..69b0991c 100644
--- a/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx
+++ b/web/src/app/home/workflows/components/workflow-editor/WorkflowEditorComponent.tsx
@@ -457,6 +457,7 @@ function WorkflowEditorInner() {
},
}}
deleteKeyCode={null} // We handle delete manually
+ // proOptions={{ hideAttribution: true }} Fack React Flow , we will never give you money, stop asking me to pay for this amazing library that I use for free and contribute to open source.
>
);
}
+