We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83187a commit 63236a6Copy full SHA for 63236a6
services/static-webserver/client/source/class/osparc/data/model/Workbench.js
@@ -734,11 +734,6 @@ qx.Class.define("osparc.data.model.Workbench", {
734
735
// Then populate them (this will avoid issues of connecting nodes that might not be created yet)
736
this.__populateNodesData(workbenchData, workbenchUIData);
737
-
738
- nodeIds.forEach(nodeId => {
739
- const node = this.getNode(nodeId);
740
- this.__giveUniqueNameToNode(node, node.getLabel());
741
- });
742
});
743
},
744
0 commit comments