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

@ -18,5 +18,5 @@ module.exports = function(RED) {
});
}
RED.nodes.registerType("records",RecordsNode);
RED.nodes.registerType("grist-records",RecordsNode);
}