mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-25 16:19:07 +08:00
remove default value
This commit is contained in:
parent
f3f6d99fa5
commit
c0c5d988d5
@ -386,10 +386,10 @@ class DisplayLinkNode:
|
|||||||
def INPUT_TYPES(s):
|
def INPUT_TYPES(s):
|
||||||
return {
|
return {
|
||||||
"required": {
|
"required": {
|
||||||
"url_string": ("STRING", {"multiline": False, "default": "https://www.example.com"}),
|
"url_string": ("STRING", {"multiline": False}),
|
||||||
},
|
},
|
||||||
"optional": {
|
"optional": {
|
||||||
"link_text": ("STRING", {"multiline": False, "default": "Click Here"}),
|
"link_text": ("STRING", {"multiline": False}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user