mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
feat(LicenseQueuePage): update sorting logic to prioritize claimedAt for "mine" view
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user