Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
5456b755
"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "f1f9770b0a125333b759aac861c1a186709c4862"
Commit
5456b755
authored
Apr 05, 2023
by
pythongosssss
Browse files
Add missing defaultValue arg
parent
1030ab0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/scripts/ui.js
web/scripts/ui.js
+1
-1
No files found.
web/scripts/ui.js
View file @
5456b755
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment