Skip to content

Commit

Permalink
Enable spa mode
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed Oct 7, 2023
1 parent 82da790 commit 42f6ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function panel(Panel $panel): Panel
->label('operations'),
NavigationGroup::make()
->label('config'),
]);
])
->spa();
}
}

0 comments on commit 42f6ca6

Please sign in to comment.