diff --git a/web/src/features/users/components/users-table.tsx b/web/src/features/users/components/users-table.tsx index cbf4ef29..d6f0fee4 100644 --- a/web/src/features/users/components/users-table.tsx +++ b/web/src/features/users/components/users-table.tsx @@ -216,6 +216,7 @@ export function UsersTable() { applyHeaderSize toolbarProps={{ searchPlaceholder: t('Filter by username, name or email...'), + searchDebounceMs: 500, filters: [ { columnId: 'status',