Skip to content

Commit

Permalink
MID-8907 improved configuration for request access ui - typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jul 11, 2023
1 parent dbd06c4 commit cb571a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ private AutocompleteSearchConfigurationType getAutocompleteConfiguration() {
return new AutocompleteSearchConfigurationType();
}

AutocompleteSearchConfigurationType config = group.getAutoCompleteConfiguration();
AutocompleteSearchConfigurationType config = group.getAutocompleteConfiguration();
if (config != null) {
return config;
}
Expand Down

0 comments on commit cb571a9

Please sign in to comment.