diff --git a/frontend/pages/projects/_id/sequence-labeling/index.vue b/frontend/pages/projects/_id/sequence-labeling/index.vue index 37ecd135..3b132001 100644 --- a/frontend/pages/projects/_id/sequence-labeling/index.vue +++ b/frontend/pages/projects/_id/sequence-labeling/index.vue @@ -127,7 +127,7 @@ export default { this.$route.query.isChecked ) const doc = this.docs.items[0] - if (this.enableAutoLabeling) { + if (this.enableAutoLabeling && !doc.isConfirmed) { await this.autoLabel(doc.id) } await this.list(doc.id)