Skip to content

Commit

Permalink
Merge branch 'develop' into collect-post-partum
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored May 8, 2024
2 parents 53294b3 + d567d2b commit 290cfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Common/UserAutocompleteFormField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function UserAutocompleteFormField(props: Props) {
home_facility?: string;
user_type?: string;
search_text?: string;
} = { limit: 5, offset: 0 };
} = { limit: 50, offset: 0 };

if (props.showActiveStatus && props.userType) {
search_filter = { ...search_filter, user_type: props.userType };
Expand Down

0 comments on commit 290cfe4

Please sign in to comment.