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 81541a2 commit a900da6Copy full SHA for a900da6
services/static-webserver/client/source/class/osparc/workbench/WorkbenchUI.js
@@ -354,7 +354,7 @@ qx.Class.define("osparc.workbench.WorkbenchUI", {
354
if (service.getKey() === osparc.store.Services.UNKNOWN_SERVICE_KEY) {
355
node = this.__getWorkbench().createUnknownNode();
356
} else {
357
- await this.__getWorkbench().createNode(service.getKey(), service.getVersion());
+ node = await this.__getWorkbench().createNode(service.getKey(), service.getVersion());
358
}
359
nodeUI = this._createNodeUI(node.getNodeId());
360
this._addNodeUIToWorkbench(nodeUI, pos);
0 commit comments