Skip to content

Commit 080f066

Browse files
committed
Consolidate top nav config
1 parent f993b55 commit 080f066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Providers/Filament/AppPanelProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function panel(Panel $panel): Panel
3535
return $panel
3636
->id('app')
3737
->path('app')
38+
->topNavigation(config('panel.filament.top-navigation', true))
3839
->tenant(Server::class)
3940
->colors([
4041
'danger' => Color::Red,

0 commit comments

Comments
 (0)