Skip to content

Commit a900da6

Browse files
committed
fix
1 parent 81541a2 commit a900da6

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/workbench

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/workbench/WorkbenchUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ qx.Class.define("osparc.workbench.WorkbenchUI", {
354354
if (service.getKey() === osparc.store.Services.UNKNOWN_SERVICE_KEY) {
355355
node = this.__getWorkbench().createUnknownNode();
356356
} else {
357-
await this.__getWorkbench().createNode(service.getKey(), service.getVersion());
357+
node = await this.__getWorkbench().createNode(service.getKey(), service.getVersion());
358358
}
359359
nodeUI = this._createNodeUI(node.getNodeId());
360360
this._addNodeUIToWorkbench(nodeUI, pos);

0 commit comments

Comments
 (0)