Commit 3e1e7282 by feitianbubu Committed by GitHub

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

parent ab65d258
...@@ -216,6 +216,7 @@ export function UsersTable() { ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment