Skip to content
Snippets Groups Projects
Commit 1375324c authored by Leonardo Christino's avatar Leonardo Christino
Browse files

Merge branch 'feat/removeAttribution' into 'main'

DEV-169: Removed attribution from react flow

See merge request !64
parents 0808c353 b527ce67
No related branches found
No related tags found
1 merge request!64DEV-169: Removed attribution from react flow
Pipeline #127239 passed
......@@ -440,7 +440,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} />
......
......@@ -157,7 +157,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
......
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