From 09d55559ddb5bdd15bfac496aad093b663c22963 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Thu, 15 Dec 2022 23:57:47 +0100 Subject: [PATCH] type --- app/Http/Livewire/Library/LibraryTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Library/LibraryTable.php b/app/Http/Livewire/Library/LibraryTable.php index ad9148d2..7302d864 100644 --- a/app/Http/Livewire/Library/LibraryTable.php +++ b/app/Http/Livewire/Library/LibraryTable.php @@ -13,7 +13,7 @@ class LibraryTable extends Component public $currentTab = 'Alle'; protected $queryString = [ - 'currentTab' => ['except' => 'alle'], + 'currentTab' => ['except' => 'Alle'], ]; public function render()