mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-25 06:15:27 +00:00
UBER-923: Fix milestone category selector (#3747)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
2f1a277e9f
commit
41e5e047d9
@ -53,7 +53,7 @@
|
||||
rawMilestones = res
|
||||
},
|
||||
{
|
||||
sort: { targetDate: SortingOrder.Descending }
|
||||
sort: { status: SortingOrder.Ascending, targetDate: SortingOrder.Descending }
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user