Skip to content

Commit

Permalink
Update index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Oct 17, 2024
1 parent 2b6a3bb commit 7378911
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ class="fi-sidebar-nav flex-grow flex flex-col gap-y-7 overflow-y-auto overflow-x
->filter(fn (\Filament\Navigation\NavigationGroup $group): bool => $group->isCollapsed())
->map(fn (\Filament\Navigation\NavigationGroup $group): string => $group->getLabel())
->values()
->all()
)),
)
}
Expand Down

0 comments on commit 7378911

Please sign in to comment.