Skip to content

Commit 83e5e8c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ qx.Class.define("osparc.data.model.NodeLockState", {
4444
status: {
4545
// check: ["NOT_STARTED", "STARTED", "OPENED"],
4646
check: "String",
47-
init: false,
47+
init: "NOT_STARTED",
4848
nullable: false,
4949
event: "changeStatus",
5050
}

0 commit comments

Comments
 (0)