mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 03:11:12 -05:00
Fix: Implement comprehensive sorting fixes
This commit is contained in:
@@ -57,7 +57,7 @@ export function sortModerationItems(
|
||||
export function getDefaultSortConfig(): SortConfig {
|
||||
return {
|
||||
field: 'created_at',
|
||||
direction: 'asc',
|
||||
direction: 'desc', // Newest first by default
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user