mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 04:51:13 -05:00
Fix: Remove hardcoded sort from query builder
This commit is contained in:
@@ -73,9 +73,7 @@ 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