mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 22:34:15 +00:00
Merge branch 'main' into refactor/setting-dialog
This commit is contained in:
@@ -1047,7 +1047,7 @@ export class ComfyApi extends EventTarget {
|
||||
/**
|
||||
* Stores a dictionary of settings for the current user
|
||||
*/
|
||||
async storeSettings(settings: Settings) {
|
||||
async storeSettings(settings: Partial<Settings>) {
|
||||
return this.fetchApi(`/settings`, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(settings)
|
||||
|
||||
Reference in New Issue
Block a user