Browse Source

Update dataset page

pull/1395/head
Hironsan 3 years ago
parent
commit
1cafe796d0
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/pages/projects/_id/dataset/index.vue

2
frontend/pages/projects/_id/dataset/index.vue

@ -130,7 +130,7 @@ export default Vue.extend({
return this.project.projectType === 'Speech2text'
},
itemKey(): string {
if (this.isImageTask) {
if (this.isImageTask || this.isAudioTask) {
return 'filename'
} else {
return 'text'

Loading…
Cancel
Save