Skip to content

Commit

Permalink
reverse file list
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Pearce committed Apr 20, 2020
1 parent ea8dd3a commit 0e80d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
fetchData() {
this.listLoading = true
getFiles().then(response => {
this.files = response.data.items
this.files = response.data.items.reverse()
this.listLoading = false
})
},
Expand Down

0 comments on commit 0e80d59

Please sign in to comment.