mirror of
https://github.com/langgenius/dify.git
synced 2025-12-26 01:22:16 +00:00
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…
x
Reference in New Issue
Block a user