diff --git a/packages/graph-editor/src/components/panels/settings/index.tsx b/packages/graph-editor/src/components/panels/settings/index.tsx index 1bc38b2b..5b765937 100644 --- a/packages/graph-editor/src/components/panels/settings/index.tsx +++ b/packages/graph-editor/src/components/panels/settings/index.tsx @@ -148,7 +148,9 @@ export const Settings = () => {
dispatch.settings.setLayoutType(value)} + onValueChange={(value: LayoutType) => + dispatch.settings.setLayoutType(value) + } >