mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Need to retain the accessKey defaults to be able to show them in the UI
This commit is contained in:
parent
4e20f70bfd
commit
5342637132
@ -31,6 +31,9 @@
|
||||
label: function() {
|
||||
return this.accessKey;
|
||||
},
|
||||
defaults: {
|
||||
accessKey: { value: "", required: true }
|
||||
},
|
||||
oneditprepare: function() {
|
||||
$.getJSON("aws-credentials/" + this.id, function(data) {
|
||||
if (data.accessKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user