mirror of https://github.com/node-red/node-red.git
Update packages/node_modules/@node-red/editor-client/src/js/nodes.js
Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>pull/3921/head
parent
69a575097d
commit
cd0474ce7b
|
@ -2740,7 +2740,7 @@ RED.nodes = (function() {
|
|||
}
|
||||
});
|
||||
|
||||
var nodeGroupMap = {}
|
||||
const nodeGroupMap = {}
|
||||
var replaceNodeIds = Object.keys(replaceNodes);
|
||||
if (replaceNodeIds.length > 0) {
|
||||
var reimportList = [];
|
||||
|
|
Loading…
Reference in New Issue