feat: flip default order of assignments to show next first
This commit is contained in:
@@ -37,7 +37,7 @@ class IndexController extends AbstractController
|
|||||||
10,
|
10,
|
||||||
[
|
[
|
||||||
'defaultSortFieldName' => 'destination.dateFrom',
|
'defaultSortFieldName' => 'destination.dateFrom',
|
||||||
'defaultSortDirection' => 'desc',
|
'defaultSortDirection' => 'asc',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user