mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
disable axios
This commit is contained in:
@@ -14,7 +14,7 @@ class BookCaseTable extends DataTableComponent
|
||||
{
|
||||
use Actions;
|
||||
|
||||
public ?string $country = null;
|
||||
public string $country;
|
||||
|
||||
public bool $viewingModal = false;
|
||||
public $currentModal;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<livewire:tables.book-case-table :c="$country->code"/>
|
||||
<livewire:tables.book-case-table :country="$country->code"/>
|
||||
</div>
|
||||
</section>
|
||||
{{-- FOOTER --}}
|
||||
|
||||
Reference in New Issue
Block a user