diff --git a/.changeset/sharp-breads-wear.md b/.changeset/sharp-breads-wear.md new file mode 100644 index 000000000..66f233b42 --- /dev/null +++ b/.changeset/sharp-breads-wear.md @@ -0,0 +1,5 @@ +--- +"@tokens-studio/graph-editor": patch +--- + +Add react flow attribution back to graph engine diff --git a/packages/graph-editor/src/editor/graph.tsx b/packages/graph-editor/src/editor/graph.tsx index 0f7b738e2..85e626ec1 100644 --- a/packages/graph-editor/src/editor/graph.tsx +++ b/packages/graph-editor/src/editor/graph.tsx @@ -97,11 +97,6 @@ const edgeTypes = { custom: CustomEdge, } as unknown as EdgeTypes; -const proOptions = { - account: 'paid-pro', - hideAttribution: true, -}; - const defaultEdgeOptions = { style: { strokeWidth: 2, @@ -809,7 +804,6 @@ export const EditorApp = React.forwardRef< defaultViewport={defaultViewport} onlyRenderVisibleElements={true} maxZoom={10} - proOptions={proOptions} > {showGridValue && (