Skip to content

Commit

Permalink
Merge pull request #645 from pqv199x/disable-name-sorting
Browse files Browse the repository at this point in the history
[1.5.0]Disable name sorting
  • Loading branch information
thanhson1085 committed May 14, 2019
2 parents 40d0bb2 + 44ed2b2 commit 23f6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/candidates/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default {
{
key: 'name',
label: 'Name',
sortable: true
sortable: false
},
{
key: 'capacity',
Expand Down

0 comments on commit 23f6545

Please sign in to comment.