perf(web): debounce users page search input (#6474)

This commit is contained in:
feitianbubu
2026-07-26 14:46:19 +08:00
committed by GitHub
parent ab65d2582f
commit 3e1e728279
@@ -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',