mirror of https://github.com/langgenius/dify.git
fix: add the default value to the dark icon (#22149)
This commit is contained in:
parent
7b2cab5767
commit
0e793a660d
|
|
@ -329,6 +329,7 @@ class ToolNode(BaseNode[ToolNodeData]):
|
|||
icon = current_plugin.declaration.icon
|
||||
except StopIteration:
|
||||
pass
|
||||
icon_dark = None
|
||||
try:
|
||||
builtin_tool = next(
|
||||
provider
|
||||
|
|
|
|||
Loading…
Reference in New Issue