UBER-923: Fix milestone category selector (#3747)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2023-09-27 16:53:30 +07:00 committed by GitHub
parent 2f1a277e9f
commit 41e5e047d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@
rawMilestones = res rawMilestones = res
}, },
{ {
sort: { targetDate: SortingOrder.Descending } sort: { status: SortingOrder.Ascending, targetDate: SortingOrder.Descending }
} }
) )