Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix: admin proposal list default sort is updated_at_desc
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Oct 28, 2019
1 parent 74a0e18 commit fa68eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/proposals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
data () {
return {
proposals: [],
orderBy: [],
orderBy: ['UPDATED_AT_DESC'],
filterStatus: false,
pageSize: 10
}
Expand Down

0 comments on commit fa68eed

Please sign in to comment.