This commit is contained in:
Benjamin Takats
2022-12-15 23:57:47 +01:00
parent 0ebebff453
commit 09d55559dd

View File

@@ -13,7 +13,7 @@ class LibraryTable extends Component
public $currentTab = 'Alle';
protected $queryString = [
'currentTab' => ['except' => 'alle'],
'currentTab' => ['except' => 'Alle'],
];
public function render()