Skip to content

Commit

Permalink
Fixed default sort field of user management page.
Browse files Browse the repository at this point in the history
  • Loading branch information
lampo1024 authored Apr 17, 2019
1 parent 83db04d commit e28163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DncZeus.App/src/view/rbac/user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default {
sort: [
{
direct: "DESC",
field: "Id"
field: "Guid"
}
]
},
Expand Down

0 comments on commit e28163a

Please sign in to comment.