Skip to content

Commit

Permalink
perf(admin): enable SPA mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Jan 18, 2025
1 parent 3cbcbae commit d2a94e8
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 @@ -93,7 +93,8 @@ public function panel(Panel $panel): Panel
->label(trans('labels.update_password'))
->url(fn (): string => UpdatePassword::getUrl())
->icon('heroicon-o-lock-closed'),
]);
])
->spa();
}

/**
Expand Down

0 comments on commit d2a94e8

Please sign in to comment.