mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Fix env-var config select when multiple defined
This commit is contained in:
parent
edc01552f9
commit
2e5a3f4949
@ -899,7 +899,7 @@ RED.editor = (function() {
|
||||
const labelText = RED.editor.envVarList.lookupLabel(labels, labels["en-US"] || tenv.name, locale)
|
||||
const config = {
|
||||
env: tenv,
|
||||
id: '${' + parentEnv[0].name + '}',
|
||||
id: '${' + tenv.name + '}',
|
||||
type: type,
|
||||
label: labelText,
|
||||
__label__: `[env] ${labelText}`
|
||||
|
Loading…
Reference in New Issue
Block a user