Commit db16932b authored by pythongosssss's avatar pythongosssss
Browse files

Fix setting

parent 623afa2c
......@@ -288,7 +288,7 @@ class ComfySettingsDialog extends ComfyDialog {
return self.getSettingValue(id);
},
set value(v) {
self.setSettingValue(id, value);
self.setSettingValue(id, v);
},
};
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment