This commit is contained in:
znetsixe
2026-03-11 11:13:38 +01:00
parent c587ed9c7b
commit 43b5269f0b
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@
icon: "font-awesome/fa-sliders",
label: function () {
return this.positionIcon + " " + this.assetType || "Measurement";
return (this.positionIcon || "") + " " + (this.assetType || "Measurement");
},
oneditprepare: function() {