Skip to content

Commit

Permalink
Merge branch 'develop' into Fixes#7605_Improve_change_password_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
r-nikhilkumar authored May 8, 2024
2 parents 0794468 + d567d2b commit 3c21073
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 3c21073

Please sign in to comment.