mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix missing icons for some nodes (#1321)
This commit is contained in:
committed by
Nick O'Leary
parent
a737810c50
commit
347e598715
@@ -599,6 +599,9 @@ function getNodeIconPath(module,icon) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (module !== "node-red") {
|
||||
return getNodeIconPath("node-red", icon);
|
||||
}
|
||||
|
||||
return defaultIcon;
|
||||
}
|
||||
|
Reference in New Issue
Block a user