Skip to content
Snippets Groups Projects
Commit b527ce67 authored by Vink, S.A. (Sjoerd)'s avatar Vink, S.A. (Sjoerd) Committed by Leonardo Christino
Browse files

DEV-169: Removed attribution from react flow

parent 08947221
No related branches found
No related tags found
1 merge request!64DEV-169: Removed attribution from react flow
...@@ -447,7 +447,7 @@ export const QueryBuilderInner = (props: QueryBuilderProps) => { ...@@ -447,7 +447,7 @@ export const QueryBuilderInner = (props: QueryBuilderProps) => {
// onNodesChange={onNodesChange} // onNodesChange={onNodesChange}
deleteKeyCode="Backspace" deleteKeyCode="Backspace"
className={styles.reactflow} className={styles.reactflow}
attributionPosition="top-right" proOptions={{ hideAttribution: true }}
> >
<Background gap={10} size={0.7} /> <Background gap={10} size={0.7} />
......
...@@ -164,7 +164,7 @@ export const Schema = (props: Props) => { ...@@ -164,7 +164,7 @@ export const Schema = (props: Props) => {
nodes={nodes} nodes={nodes}
edges={edges} edges={edges}
onInit={onInit} onInit={onInit}
attributionPosition="top-right" proOptions={{ hideAttribution: true }}
> >
<Controls showInteractive={false} showZoom={false} showFitView={true} className={styles.controls}> <Controls showInteractive={false} showZoom={false} showFitView={true} className={styles.controls}>
{/* <ControlButton {/* <ControlButton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment