mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Fix console duplicating with spa (#1990)
This commit is contained in:
@@ -28,7 +28,7 @@ abstract class PanelProvider extends BasePanelProvider
|
||||
public function panel(Panel $panel): Panel
|
||||
{
|
||||
return $panel
|
||||
->spa()
|
||||
->spa(fn () => !request()->routeIs('filament.server.pages.console'))
|
||||
->databaseNotifications()
|
||||
->brandName(config('app.name', 'Pelican'))
|
||||
->brandLogo(config('app.logo'))
|
||||
|
||||
Reference in New Issue
Block a user