mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
manage cities added, edit venue images
This commit is contained in:
@@ -10,6 +10,14 @@ class CityTable extends Component
|
||||
{
|
||||
public Country $country;
|
||||
|
||||
public bool $manage = false;
|
||||
|
||||
protected $queryString = [
|
||||
'manage' => [
|
||||
'except' => false,
|
||||
],
|
||||
];
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.book-case.city-table')->layout('layouts.app', [
|
||||
|
||||
Reference in New Issue
Block a user