Browse Source

Merge pull request #1866 from morioka/fix_1816

Fixed  #1816
pull/1862/merge
Hiroki Nakayama 2 years ago
committed by GitHub
parent
commit
3cd4fd0a65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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