Skip to content

Commit

Permalink
pagination search fix in organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Sep 5, 2022
1 parent 9d920f6 commit 464ce9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/Organizations/OrganizationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const OrganizationList = () => {

const handleInputKeyup = (event) => {
if (event.code === 'Enter') {
setFilter({term: event.target.value });
fetchItems();
}
};
Expand Down

0 comments on commit 464ce9c

Please sign in to comment.