We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4899b commit db1abb1Copy full SHA for db1abb1
autogpt_platform/frontend/src/app/(platform)/build/hooks/useSaveGraph.ts
@@ -151,7 +151,9 @@ export const useSaveGraph = ({
151
links: graphLinks,
152
};
153
154
- const response = await createNewGraph({ data: { graph: data, source: "builder" } });
+ const response = await createNewGraph({
155
+ data: { graph: data, source: "builder" },
156
+ });
157
const graphData = response.data as GraphModel;
158
setGraphSchemas(
159
graphData.input_schema,
0 commit comments