Skip to content

Commit

Permalink
[유저리스트] 유저 조회 오류 수정
Browse files Browse the repository at this point in the history
🔨 fix: 검색 옵션만 바뀐 경우에도 검색되도록 수정 #4
  • Loading branch information
kongnayeon authored Aug 5, 2022
2 parents 8fbcc90 + 77202b1 commit 8883db9
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 8883db9

Please sign in to comment.