mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Delay clearing inflight when changing credentials key
This commit is contained in:
parent
f953612695
commit
d6fc258485
@ -1024,7 +1024,9 @@ RED.projects.settings = (function() {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
},payload).always(function() {
|
},payload).always(function() {
|
||||||
RED.deploy.setDeployInflight(false);
|
setTimeout(function() {
|
||||||
|
RED.deploy.setDeployInflight(false);
|
||||||
|
},500);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
var updateForm = function() {
|
var updateForm = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user