Skip to content

Commit

Permalink
fix: show latest entries first
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Nov 28, 2024
1 parent 25aaa69 commit e0a6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src2/pages/devtools/log-browser/LogViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const props = defineProps({
const searchLogQuery = ref('');
const levelFilter = ref('');
const sortOrder = ref('');
const sortOrder = ref('desc');
const columnFilters = computed(() => {
const filters = [];
Expand Down

0 comments on commit e0a6d02

Please sign in to comment.