Skip to content

Commit 429e4ab

Browse files
committed
remove nested component
1 parent 77a80e8 commit 429e4ab

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed

src/app/View/Components/MenuDropdown.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function __construct(
1717
public ?string $link = null,
1818
public bool $open = false,
1919
public array $items = [],
20+
public bool $nested = false,
2021
) {
2122
}
2223

src/app/View/Components/NestedMenuDropdown.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/resources/views/ui/components/nested-menu-dropdown.blade.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)