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 ae7470a commit 5bcbe38Copy full SHA for 5bcbe38
services/static-webserver/client/source/class/osparc/data/model/Node.js
@@ -1451,7 +1451,7 @@ qx.Class.define("osparc.data.model.Node", {
1451
case "inputsUnits": {
1452
// this is never transmitted by the frontend
1453
const updatedPortKey = path.split("/")[4];
1454
- const currentInputUnits = this.__getInputUnits();
+ const currentInputUnits = this.__getInputUnits() || {};
1455
currentInputUnits[updatedPortKey] = value;
1456
this.__setInputUnits(currentInputUnits);
1457
break;
0 commit comments