Skip to content

Commit a8b5d7d

Browse files
authored
Merge pull request #5289 from Laravel-Backpack/add-nested-dropdown-component
add nested menu dropdowns to crud
2 parents 7e33bbd + 48b48ba commit a8b5d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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

0 commit comments

Comments
 (0)