From 9fc010d262f97a74d733f1bbcbad50d8ee1b08c9 Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 7 Oct 2024 13:43:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(EinundzwanzigPlebTable):?= =?UTF-8?q?=20change=20default=20sort=20direction=20from=20ascending=20to?= =?UTF-8?q?=20descending?= 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 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;