diff --git a/libs/shared/lib/querybuilder/panel/querybuilder.tsx b/libs/shared/lib/querybuilder/panel/querybuilder.tsx index f0955f7d52db1f6eaf9df13e14afbd0063d20b62..89b2c78b9459dd446e6cf1880c7e3746b819ac8a 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 a7ea87e3a3b703c581141d1d61534efeaf3c3a17..8975953fd97f335f96c0bd63b123b3f20ead134a 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