mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-08 08:54:21 +00:00
Fix settings saving
This commit is contained in:
@@ -81,7 +81,7 @@ export const saveWorkspaceSettings = async (workspaceId, settings) => {
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({ settings }),
|
||||
body: JSON.stringify(settings),
|
||||
}
|
||||
);
|
||||
return response.json();
|
||||
|
||||
Reference in New Issue
Block a user