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 bbe4652 commit 49ed960Copy full SHA for 49ed960
src/superannotate/lib/app/mixp/utils/parsers.py
@@ -962,7 +962,7 @@ def set_annotation_statuses(**kwargs):
962
return {
963
"event_name": "set_annotation_statuses",
964
"properties": {
965
- "item_count": len(kwargs.get("item_names", [])),
+ "item_count": len(kwargs.get("items", [])),
966
"annotation_status": kwargs["annotation_status"],
967
"root": folder_name == "root",
968
},
0 commit comments