refactor: disable global search in Filament AdminPanel for improved performance and user experience
This commit is contained in:
parent
291493bca2
commit
5b3196828f
@ -135,6 +135,7 @@ public function panel(Panel $panel): Panel
|
||||
'Informasi',
|
||||
'Sistem',
|
||||
'Pelindung',
|
||||
]);
|
||||
])
|
||||
->globalSearch(false);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user