mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 21:11:13 -05:00
Fix: Implement sorting functionality
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user