refactor: disable global search in Filament AdminPanel for improved performance and user experience

This commit is contained in:
Yoga Pangestu 2026-03-30 09:54:59 +07:00
parent 291493bca2
commit 5b3196828f

View File

@ -135,6 +135,7 @@ public function panel(Panel $panel): Panel
'Informasi', 'Informasi',
'Sistem', 'Sistem',
'Pelindung', 'Pelindung',
]); ])
->globalSearch(false);
} }
} }