From 15f391cd47cb2a3c351d39fd42bbaa8ac32477fa Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 7 Oct 2024 14:05:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(table):=20update=20default=20s?= =?UTF-8?q?ort=20field=20to=20association=5Fstatus=20in=20EinundzwanzigPle?= =?UTF-8?q?bTable=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/EinundzwanzigPlebTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';