Skip to content

Commit

Permalink
Merge pull request #204 from rciam/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
linathedog authored Aug 1, 2024
2 parents a3e5be3 + fe1ab12 commit 1dbc649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federation-registry-frontend/src/FormHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const EditService = (props) => {
localStorage.removeItem('url');
getData();
// eslint-disable-next-line react-hooks/exhaustive-deps
},[]);
},[props.review]);

useEffect(()=>{
if(petitionData&&props.review){
Expand Down

0 comments on commit 1dbc649

Please sign in to comment.