mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove map
This commit is contained in:
@@ -9,6 +9,7 @@ use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class BookCaseTable extends Component
|
||||
{
|
||||
public ?Country $country = null;
|
||||
public string $c = 'de';
|
||||
public array $table = [];
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ class BookCaseTable extends DataTableComponent
|
||||
{
|
||||
use Actions;
|
||||
|
||||
public string $country;
|
||||
public ?string $country = null;
|
||||
|
||||
public bool $viewingModal = false;
|
||||
public $currentModal;
|
||||
|
||||
Reference in New Issue
Block a user