mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
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.
This commit is contained in:
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
Block a user