Skip to content

Commit

Permalink
fix(image-annotator-react): overwrite sample skipped status
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Oct 28, 2024
1 parent 65acfc3 commit f6ea311
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ const AnnotationRightCorner = ({ noSave, fetchNext, totalSize }: AnnotationRight
),
);

await saveCurrentSample();
// 切换到下一个文件
if (!isLastSample) {
navigateWithSearch(`/tasks/${taskId}/samples/${_.get(samples, `[${sampleIndex + 1}].id`)}`);
Expand Down

0 comments on commit f6ea311

Please sign in to comment.