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