Reverted to commit be92deec43

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 12:17:13 +00:00
parent 085375e595
commit 3ec26e23a3
7 changed files with 31 additions and 165 deletions

View File

@@ -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') {