diff --git a/src/components/ListPage.tsx b/src/components/ListPage.tsx index 912db162..e2436d59 100644 --- a/src/components/ListPage.tsx +++ b/src/components/ListPage.tsx @@ -320,9 +320,15 @@ export const ListPage: React.FC = ({ )} + {/* Refine sets filterDebounceMs to 0 for server-side grids; restore MUI debounce so toolbar column filters keep input focus while typing. */}