mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update packages/node_modules/@node-red/editor-client/src/js/nodes.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
parent
7950ee1241
commit
bda9f249bc
@ -1043,7 +1043,8 @@ RED.nodes = (function() {
|
|||||||
// Update the Subflow name to highlight that this is a copy
|
// Update the Subflow name to highlight that this is a copy
|
||||||
const subflowNames = Object.keys(subflows).map(function (sfid) {
|
const subflowNames = Object.keys(subflows).map(function (sfid) {
|
||||||
return subflows[sfid].name || "";
|
return subflows[sfid].name || "";
|
||||||
}).sort();
|
})
|
||||||
|
subflowNames.sort()
|
||||||
|
|
||||||
let copyNumber = 1;
|
let copyNumber = 1;
|
||||||
let subflowName = sf.name;
|
let subflowName = sf.name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user