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: Nick O'Leary <nick.oleary@gmail.com>pull/4809/head
parent
7950ee1241
commit
bda9f249bc
|
@ -1043,7 +1043,8 @@ RED.nodes = (function() {
|
|||
// Update the Subflow name to highlight that this is a copy
|
||||
const subflowNames = Object.keys(subflows).map(function (sfid) {
|
||||
return subflows[sfid].name || "";
|
||||
}).sort();
|
||||
})
|
||||
subflowNames.sort()
|
||||
|
||||
let copyNumber = 1;
|
||||
let subflowName = sf.name;
|
||||
|
|
Loading…
Reference in New Issue