diff --git a/app/Livewire/EinundzwanzigPlebTable.php b/app/Livewire/EinundzwanzigPlebTable.php index 5f37db1..cc2c421 100644 --- a/app/Livewire/EinundzwanzigPlebTable.php +++ b/app/Livewire/EinundzwanzigPlebTable.php @@ -25,7 +25,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent public string $sortField = 'application_for'; - public string $sortDirection = 'asc'; + public string $sortDirection = 'desc'; public bool $multiSort = true;