Skip to content

Commit 2b7411f

Browse files
committed
use property name as conig label
1 parent 1c2ae56 commit 2b7411f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"scripts": {
3939
"test": "echo \"Error: no test specified\" && exit 1"
4040
},
41-
"version": "3.2.0"
41+
"version": "3.2.1"
4242
}

src/nodes/config/config.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
value: RED._('nodered-contrib-sms77/sms77-config:sms77-config._defaults.name'),
1313
},
1414
},
15+
label: function () {
16+
return this.name
17+
},
1518
})
1619
</script>
1720

0 commit comments

Comments
 (0)