mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 10:11:13 -05:00
Reverted to commit 2661d65ab8
This commit is contained in:
@@ -73,7 +73,9 @@ export function buildSubmissionQuery(
|
||||
item_data,
|
||||
status
|
||||
)
|
||||
`);
|
||||
`)
|
||||
.order('escalated', { ascending: false })
|
||||
.order('created_at', { ascending: true });
|
||||
|
||||
// Apply tab-based status filtering
|
||||
if (tab === 'mainQueue') {
|
||||
|
||||
Reference in New Issue
Block a user