mirror of https://github.com/node-red/node-red.git
Delay clearing inflight when changing credentials key
parent
f953612695
commit
d6fc258485
|
|
@ -1024,7 +1024,9 @@ RED.projects.settings = (function() {
|
|||
},
|
||||
}
|
||||
},payload).always(function() {
|
||||
RED.deploy.setDeployInflight(false);
|
||||
setTimeout(function() {
|
||||
RED.deploy.setDeployInflight(false);
|
||||
},500);
|
||||
});
|
||||
});
|
||||
var updateForm = function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue