Browse Source

fix #1816

pull/1866/head
Yasuhiro Morioka 2 years ago
parent
commit
72b4daeb4e
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/pages/projects/_id/sequence-labeling/index.vue

2
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)

Loading…
Cancel
Save