Skip to content

Commit

Permalink
FEATURE/HCMPRE-0000 : Fix for serach query in user tagging screen (#2132
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Swathi-eGov authored Jan 13, 2025
1 parent 802057a commit 90e62bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ function UserAccess({ category, setData, nationalRoles }) {

useEffect(()=>{
setShowToast(null);
setSearchQuery("");
},[category])

return (
Expand Down

0 comments on commit 90e62bd

Please sign in to comment.