Commit 3e1e7282 by feitianbubu Committed by GitHub

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

parent ab65d258
......@@ -216,6 +216,7 @@ export function UsersTable() {
applyHeaderSize
toolbarProps={{
searchPlaceholder: t('Filter by username, name or email...'),
searchDebounceMs: 500,
filters: [
{
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