Skip to content

Commit cb469e8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 0ba89b8 + dbe6dd3 commit cb469e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Livewire/MenuTreeItem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class MenuTreeItem extends Component
99
{
10-
1110
public $item; // MenuItem model
1211

1312
public int $depth = 0;
@@ -89,7 +88,6 @@ public function delete(): void
8988
$this->dispatch('show-delete-modal', ['itemId' => $this->item->id]);
9089
}
9190

92-
9391
public function render()
9492
{
9593
return view('filament-flexible-content-block-pages::livewire.menu-tree-item');

0 commit comments

Comments
 (0)