Browse Source

Update image column name

pull/1370/head
Hironsan 4 years ago
parent
commit
99eec61ff5
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/image/ImageList.vue

2
frontend/components/image/ImageList.vue

@ -97,7 +97,7 @@ export default Vue.extend({
headers() {
return [
{
text: this.$t('dataset.text'),
text: 'Image',
value: 'filename',
sortable: false
},

Loading…
Cancel
Save