mirror of https://github.com/node-red/node-red.git
Add hasUsers to global-config
parent
707b831c30
commit
601a4ec70d
|
@ -17,7 +17,8 @@
|
|||
oneditprepare: function() {
|
||||
$('#node-input-edit-env-var').on('click', function(evt) {
|
||||
RED.actions.invoke('core:show-user-settings', 'envvar')
|
||||
})
|
||||
}
|
||||
});
|
||||
},
|
||||
hasUsers: false
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue