made node names unique

This commit is contained in:
Michael Kolb 2023-01-07 03:38:09 +01:00
parent 6a93fd49e3
commit 031f6274f9
10 changed files with 24 additions and 10667 deletions

View file

@ -4,5 +4,5 @@ module.exports = function(RED) {
this.docid = n.docid;
this.name = n.name;
}
RED.nodes.registerType("document",DocumentNode);
RED.nodes.registerType("grist-document",DocumentNode);
}