mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 14:08:12 +00:00
fixes
This commit is contained in:
@@ -143,7 +143,7 @@ export function LicenseQueuePage() {
|
||||
// it was originally submitted.
|
||||
sortBy:
|
||||
urlFilter.sortBy ??
|
||||
(activeView.id === "mine" ? "claimedAt" : "submittedAt"),
|
||||
(activeView.id === "mine" ? "submittedAt" : "submittedAt"),
|
||||
sortDir: urlFilter.sortDir ?? "DESC",
|
||||
take: PAGE_SIZE,
|
||||
skip: (page - 1) * PAGE_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user