Skip to content

Commit b60d099

Browse files
committed
Fix locekd
1 parent ff79aa4 commit b60d099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/superannotate/lib/core/helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ def convert_timestamp(timestamp):
159159
"attributes": [],
160160
"timeline": {},
161161
"type": meta["type"],
162-
"locked": True,
162+
# TODO check
163+
"locked": False,
163164
}
164165
if class_name:
165166
editor_instance["classId"] = class_name_mapper.get(class_name, {}).get(

0 commit comments

Comments
 (0)