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 5337bd0 commit 4585157Copy full SHA for 4585157
web/src/api/api.ts
@@ -37,7 +37,7 @@ const fetchProposal = (): Promise<Proposal> => get("/api/v2/proposal");
37
/**
38
* Updates configuration
39
*/
40
-const updateConfig = (config) => patch("/api/v2/config", config);
+const updateConfig = (config) => patch("/api/v2/config", { update: config });
41
42
* Triggers an action
43
0 commit comments