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;
|
use Actions;
|
||||||
|
|
||||||
public ?string $country = null;
|
public string $country;
|
||||||
|
|
||||||
public bool $viewingModal = false;
|
public bool $viewingModal = false;
|
||||||
public $currentModal;
|
public $currentModal;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<livewire:tables.book-case-table :c="$country->code"/>
|
<livewire:tables.book-case-table :country="$country->code"/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{-- FOOTER --}}
|
{{-- FOOTER --}}
|
||||||
|
|||||||
Reference in New Issue
Block a user