Skip to content

Commit

Permalink
change sort order for reports manager
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub committed Nov 24, 2023
1 parent d55a299 commit df6fe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ee/reporting/components/ReportsManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For details, see: https://license.tacticalrmm.com/ee
:rows="reportTemplates"
:columns="columns"
:loading="isLoading"
:pagination="{ rowsPerPage: 0, sortBy: 'name', descending: true }"
:pagination="{ rowsPerPage: 0, sortBy: 'name', descending: false }"
:filter="search"
row-key="id"
binary-state-sort
Expand Down

0 comments on commit df6fe08

Please sign in to comment.