forked from RnD/rotatingMachine
Removed error when machine doesnt have curve so node-red doesnt crash when you dont select a machine
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
icon: "font-awesome/fa-cog",
|
||||
|
||||
label: function () {
|
||||
return this.positionIcon + " " + this.category.slice(0, -1) || "Machine";
|
||||
return this.positionIcon + " " + this.category || "Machine";
|
||||
},
|
||||
|
||||
oneditprepare: function() {
|
||||
|
||||
Reference in New Issue
Block a user