mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
fix library_items
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user