mirror of https://github.com/node-red/node-red.git
Disable the notification for the Change node editor
Disable the notification on the Change node. Once the infrastructure for validation error messages is implemented this can be re-enabled and retrofitted to the new structure.pull/127/head
parent
1ebc5979aa
commit
44e920fde2
|
@ -67,7 +67,6 @@
|
|||
var re = new RegExp(this.from, "g");
|
||||
return true;
|
||||
} catch(err) {
|
||||
RED.notify("<strong>Error</strong>: "+err.message,"error");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue