Commit 5456b755 authored by pythongosssss's avatar pythongosssss
Browse files

Add missing defaultValue arg

parent 1030ab0d
......@@ -286,7 +286,7 @@ class ComfySettingsDialog extends ComfyDialog {
const self = this;
return {
get value() {
return self.getSettingValue(id);
return self.getSettingValue(id, defaultValue);
},
set value(v) {
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