diff --git a/app/Livewire/EinundzwanzigPlebTable.php b/app/Livewire/EinundzwanzigPlebTable.php index cc2c421..1df7fb9 100644 --- a/app/Livewire/EinundzwanzigPlebTable.php +++ b/app/Livewire/EinundzwanzigPlebTable.php @@ -23,7 +23,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent use WireUiActions; use WithExport; - public string $sortField = 'application_for'; + public string $sortField = 'association_status'; public string $sortDirection = 'desc';