Skip to content

Commit

Permalink
trying to build fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SwanandBhuskute committed Nov 15, 2024
1 parent de43d86 commit 1a136f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Patient/DiagnosesFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function DiagnosesFilter(props: Props) {

const debouncedQuery = useDebounce((query: string) => {
refetch({ query: { query } });
}, 100);
}, 0);

return (
<AutocompleteMultiSelectFormField
Expand Down
2 changes: 1 addition & 1 deletion src/components/Patient/PatientRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ export const PatientRegister = (props: PatientRegisterProps) => {
}
}
}
}, 100);
}, 0);

const handleDialogClose = (action: string) => {
if (action === "transfer") {
Expand Down

0 comments on commit 1a136f4

Please sign in to comment.