feat: flip default order of assignments to show next first

This commit is contained in:
Björn Fromme
2024-07-19 20:16:48 +02:00
parent 68f806a6c5
commit a78f4dae21
@@ -37,7 +37,7 @@ class IndexController extends AbstractController
10,
[
'defaultSortFieldName' => 'destination.dateFrom',
'defaultSortDirection' => 'desc',
'defaultSortDirection' => 'asc',
]
);