Skip to content

Commit

Permalink
Sorting by status in user grid is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2024
1 parent 56ec365 commit 66cca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/configs/adminUsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const gridConfig: GridConfig = {
plural: "Users",
sortBy: "email",
sortDesc: true,
sortKeys: ["active", "create_time", "disk_usage", "email", "external", "last_login", "status", "username"],
sortKeys: ["active", "create_time", "disk_usage", "email", "external", "last_login", "username"],
title: "Users",
};

Expand Down

0 comments on commit 66cca93

Please sign in to comment.