diff --git a/src/components/Patient/DiagnosesFilter.tsx b/src/components/Patient/DiagnosesFilter.tsx index 306017ea380..31cbce47d7e 100644 --- a/src/components/Patient/DiagnosesFilter.tsx +++ b/src/components/Patient/DiagnosesFilter.tsx @@ -70,7 +70,7 @@ export default function DiagnosesFilter(props: Props) { const debouncedQuery = useDebounce((query: string) => { refetch({ query: { query } }); - }, 100); + }, 0); return ( { } } } - }, 100); + }, 0); const handleDialogClose = (action: string) => { if (action === "transfer") {