Skip to content

Commit

Permalink
Merge pull request #1917 from automatisch/AUT-1009
Browse files Browse the repository at this point in the history
feat: hide react-flow attribution
  • Loading branch information
barinali committed Jun 5, 2024
2 parents 751eb41 + ab0966c commit e0d6100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/EditorNew/EditorNew.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useQueryClient } from '@tanstack/react-query';
import { FlowPropType } from 'propTypes/propTypes';
import ReactFlow, { useNodesState, useEdgesState, addEdge } from 'reactflow';
import 'reactflow/dist/style.css';
import { Stack } from '@mui/material';
import { UPDATE_STEP } from 'graphql/mutations/update-step';

import { useAutoLayout } from './useAutoLayout';
Expand Down Expand Up @@ -246,6 +245,7 @@ const EditorNew = ({ flow }) => {
zoomOnPinch={false}
zoomOnDoubleClick={false}
panActivationKeyCode={null}
proOptions={{ hideAttribution: true }}
/>
</EditorWrapper>
);
Expand Down

0 comments on commit e0d6100

Please sign in to comment.