Skip to content

Commit 5d085e0

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/data/model/NodeStatus.js
Co-authored-by: Copilot <[email protected]>
1 parent 83e5e8c commit 5d085e0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/NodeStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ qx.Class.define("osparc.data.model.NodeStatus", {
9898
lockState: {
9999
check: "osparc.data.model.NodeLockState",
100100
nullable: true,
101-
init: "unlocked",
101+
init: null,
102102
event: "changeLockState"
103103
}
104104
},

0 commit comments

Comments
 (0)