Reverted to commit de2d4a495f

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 13:05:48 +00:00
parent c129be2e87
commit 4fed307335
6 changed files with 144 additions and 160 deletions

View File

@@ -73,9 +73,7 @@ export function buildSubmissionQuery(
item_data,
status
)
`)
.order('escalated', { ascending: false })
.order('created_at', { ascending: true });
`);
// Apply tab-based status filtering
if (tab === 'mainQueue') {