diff --git a/app/Http/Livewire/Library/SearchByTagComponent.php b/app/Http/Livewire/Library/SearchByTagComponent.php index 98467449..3c63d2e3 100644 --- a/app/Http/Livewire/Library/SearchByTagComponent.php +++ b/app/Http/Livewire/Library/SearchByTagComponent.php @@ -8,7 +8,7 @@ use Livewire\Component; class SearchByTagComponent extends Component { public string $country = 'de'; - public ?array $bookcases = []; + public ?array $library_items = []; protected $queryString = [ 'library_items',