mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Fix status error in mongoDB node (#711)
This commit is contained in:
parent
efcf91a6df
commit
e68a438bb0
@ -69,7 +69,7 @@ module.exports = function(RED) {
|
||||
this.multi = n.multi || false;
|
||||
this.operation = n.operation;
|
||||
this.mongoConfig = RED.nodes.getNode(this.mongodb);
|
||||
this.status({fill:"grey",shape:"ring",text:RED._("mongodbstatus.connecting")});
|
||||
this.status({fill:"grey",shape:"ring",text:RED._("mongodb.status.connecting")});
|
||||
var node = this;
|
||||
var noerror = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user