mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-12 15:21:09 +00:00
perf(web): debounce users page search input (#6474)
This commit is contained in:
@@ -216,6 +216,7 @@ export function UsersTable() {
|
|||||||
applyHeaderSize
|
applyHeaderSize
|
||||||
toolbarProps={{
|
toolbarProps={{
|
||||||
searchPlaceholder: t('Filter by username, name or email...'),
|
searchPlaceholder: t('Filter by username, name or email...'),
|
||||||
|
searchDebounceMs: 500,
|
||||||
filters: [
|
filters: [
|
||||||
{
|
{
|
||||||
columnId: 'status',
|
columnId: 'status',
|
||||||
|
|||||||
Reference in New Issue
Block a user