From c0040e3527649a49c76c79d00b789e5449303a7f Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 7 Oct 2024 14:07:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tables):=20remove=20multiSort?= =?UTF-8?q?=20option=20and=20add=20association=5Fstatus=20to=20PlebTable?= 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 1df7fb9..10eceeb 100644 --- a/app/Livewire/EinundzwanzigPlebTable.php +++ b/app/Livewire/EinundzwanzigPlebTable.php @@ -27,7 +27,6 @@ final class EinundzwanzigPlebTable extends PowerGridComponent public string $sortDirection = 'desc'; - public bool $multiSort = true; public function setUp(): array { @@ -93,6 +92,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent $model->npub, ) . '">Nostr Profile', ) + ->add('association_status') ->add( 'association_status_formatted', fn(EinundzwanzigPleb $model)