Skip to content

Commit

Permalink
fix: Menu delete
Browse files Browse the repository at this point in the history
  • Loading branch information
secondnetwork committed Dec 5, 2023
1 parent 4a5c363 commit 1f1c09f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"intervention/image": "^2.7.2",
"laravel/folio": "^1.1.4",
"laravel/fortify": "^1.19.0",
"livewire/livewire": "^3.2.2",
"livewire/livewire": "^3.2.6",
"livewire/volt": "^1.6.0",
"secondnetwork/blade-tabler-icons": "^2.41",
"symfony/http-client": "^6.4.0",
Expand All @@ -34,7 +34,7 @@
"fakerphp/faker": "^1.23.0",
"laravel/pint": "^1.13.6",
"mockery/mockery": "^1.6.6",
"phpunit/phpunit": "^10.5.0",
"phpunit/phpunit": "^10.5.1",
"spatie/laravel-ignition": "^2.3.1"
},
"autoload": {
Expand Down
2 changes: 2 additions & 0 deletions src/Livewire/MenuTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class MenuTable extends Component

public $data;

public $selectedItem;

public $timestamps = false;

public $FormDelete = false;
Expand Down

0 comments on commit 1f1c09f

Please sign in to comment.