Skip to content

Commit

Permalink
fix(admin-ui): search is not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Dec 30, 2024
1 parent 0b19c69 commit aec9168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin-ui/app/routes/Apps/Gluu/GluuAdvancedSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function GluuAdvancedSearch({
name="pattern"
defaultValue={pattern}
placeholder={t('placeholders.search_pattern')}
onChange={handler}
onKeyDown={handler}
/>
</FormGroup>
Expand Down

0 comments on commit aec9168

Please sign in to comment.