Skip to content

Commit

Permalink
🔨 fix: 검색 옵션만 바뀐 경우에도 검색되도록 수정 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kongnayeon committed Aug 5, 2022
1 parent 1d21ebf commit 77202b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tables/UsersPage/UserSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function UserSearch() {
searchString: searchString
})
);
}, [searchString]);
}, [searchOption, searchString]);

return (
<>
Expand Down

0 comments on commit 77202b1

Please sign in to comment.