Fix: Remove all traces of username sorting

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 01:32:43 +00:00
parent ad096b05c6
commit 9cf969bb9d
3 changed files with 11 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ export type QueueTab = 'mainQueue' | 'archive';
/**
* Fields that can be used for sorting the moderation queue
*/
export type SortField = 'created_at' | 'username' | 'submission_type' | 'status' | 'escalated';
export type SortField = 'created_at' | 'submission_type' | 'status' | 'escalated';
/**
* Direction for sorting (ascending or descending)