feat: Disable global search in the Filament dashboard panel.
This commit is contained in:
parent
69e3db9ce3
commit
e8df04837e
@ -111,6 +111,7 @@ public function panel(Panel $panel): Panel
|
|||||||
->databaseNotifications()
|
->databaseNotifications()
|
||||||
->databaseNotificationsPolling('30s')
|
->databaseNotificationsPolling('30s')
|
||||||
->brandLogo(fn () => Storage::url($generalSettings?->site_logo))
|
->brandLogo(fn () => Storage::url($generalSettings?->site_logo))
|
||||||
->favicon(fn () => Storage::url($generalSettings?->site_icon));
|
->favicon(fn () => Storage::url($generalSettings?->site_icon))
|
||||||
|
->globalSearch(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user