You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/domain/workflow/entity/node_meta.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -915,7 +915,7 @@ var NodeTypeMetas = map[NodeType]*NodeTypeMeta{
915
915
// Color is the color of the upper edge of the node displayed on Canvas.
916
916
Color: "F2B600",
917
917
918
-
// IconURL is the URL of the icon displayed on Canvas.
918
+
// IconURI is the resource identifier for the icon displayed on the Canvas. It's resolved into a full URL by the backend to support different deployment environments.
0 commit comments