feat(LicenseQueuePage): update sorting logic to prioritize claimedAt for "mine" view

This commit is contained in:
estifanos
2026-08-05 12:44:22 +00:00
parent cc70e271d2
commit a02cee1a78
2 changed files with 8 additions and 3 deletions

View File

@@ -306,7 +306,8 @@ export type QueueSortField =
| 'applicationNumber'
| 'companyName'
| 'status'
| 'dueAt';
| 'dueAt'
| 'claimedAt';
/** Row counts behind the queue's saved-view tabs. */
export interface QueueCounts {