remove map

This commit is contained in:
Benjamin Takats
2023-01-14 18:25:38 +01:00
parent f8183da2a4
commit 087dd390b9
3 changed files with 7 additions and 26 deletions

View File

@@ -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 = [];

View File

@@ -14,7 +14,7 @@ class BookCaseTable extends DataTableComponent
{
use Actions;
public string $country;
public ?string $country = null;
public bool $viewingModal = false;
public $currentModal;