diff --git a/src/ui/pages/container/Label-Studio/SuperCheckerLSF.jsx b/src/ui/pages/container/Label-Studio/SuperCheckerLSF.jsx index 9acd9966..4f3e1217 100644 --- a/src/ui/pages/container/Label-Studio/SuperCheckerLSF.jsx +++ b/src/ui/pages/container/Label-Studio/SuperCheckerLSF.jsx @@ -440,8 +440,7 @@ useEffect(() => { if (taskData.annotation_status !== "freezed") { setAutoSave(false); showLoader(); - let temp = review_status.current === "rejected" - ? [] : annotation.serializeAnnotation(); + let temp = annotation.serializeAnnotation(); for (let i = 0; i < temp.length; i++) { if(temp[i].type === "relation"){