1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update packages/node_modules/@node-red/editor-client/src/js/nodes.js

Co-authored-by: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com>
This commit is contained in:
Nick O'Leary 2022-10-26 00:51:41 +01:00 committed by GitHub
parent 69a575097d
commit cd0474ce7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2740,7 +2740,7 @@ RED.nodes = (function() {
} }
}); });
var nodeGroupMap = {} const nodeGroupMap = {}
var replaceNodeIds = Object.keys(replaceNodes); var replaceNodeIds = Object.keys(replaceNodes);
if (replaceNodeIds.length > 0) { if (replaceNodeIds.length > 0) {
var reimportList = []; var reimportList = [];