We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2ae56 commit 2b7411fCopy full SHA for 2b7411f
package.json
@@ -38,5 +38,5 @@
38
"scripts": {
39
"test": "echo \"Error: no test specified\" && exit 1"
40
},
41
- "version": "3.2.0"
+ "version": "3.2.1"
42
}
src/nodes/config/config.html
@@ -12,6 +12,9 @@
12
value: RED._('nodered-contrib-sms77/sms77-config:sms77-config._defaults.name'),
13
14
15
+ label: function () {
16
+ return this.name
17
+ },
18
})
19
</script>
20
0 commit comments