From b527ce675517a5283f9d4dd5e94f40da9b56b3fc Mon Sep 17 00:00:00 2001
From: "Vink, S.A. (Sjoerd)" <s.a.vink@uu.nl>
Date: Wed, 20 Sep 2023 14:22:30 +0000
Subject: [PATCH] DEV-169: Removed attribution from react flow

---
 libs/shared/lib/querybuilder/panel/querybuilder.tsx | 2 +-
 libs/shared/lib/schema/panel/schema.tsx             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/shared/lib/querybuilder/panel/querybuilder.tsx b/libs/shared/lib/querybuilder/panel/querybuilder.tsx
index f0955f7d5..89b2c78b9 100644
--- a/libs/shared/lib/querybuilder/panel/querybuilder.tsx
+++ b/libs/shared/lib/querybuilder/panel/querybuilder.tsx
@@ -447,7 +447,7 @@ export const QueryBuilderInner = (props: QueryBuilderProps) => {
         // onNodesChange={onNodesChange}
         deleteKeyCode="Backspace"
         className={styles.reactflow}
-        attributionPosition="top-right"
+        proOptions={{ hideAttribution: true }}
       >
         <Background gap={10} size={0.7} />
 
diff --git a/libs/shared/lib/schema/panel/schema.tsx b/libs/shared/lib/schema/panel/schema.tsx
index a7ea87e3a..8975953fd 100644
--- a/libs/shared/lib/schema/panel/schema.tsx
+++ b/libs/shared/lib/schema/panel/schema.tsx
@@ -164,7 +164,7 @@ export const Schema = (props: Props) => {
             nodes={nodes}
             edges={edges}
             onInit={onInit}
-            attributionPosition="top-right"
+            proOptions={{ hideAttribution: true }}
           >
             <Controls showInteractive={false} showZoom={false} showFitView={true} className={styles.controls}>
               {/* <ControlButton
-- 
GitLab