Skip to content

Commit

Permalink
MOSIP:32661 - Integration with API - PartnerCertificatesList.
Browse files Browse the repository at this point in the history
Signed-off-by: sudeep <[email protected]>
  • Loading branch information
Sudeep7353 committed May 10, 2024
1 parent 4ca3373 commit 0fa5d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pmp-reactjs-ui/src/pages/PartnerCertificatesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ function PartnerCertificatesList() {
setcertificatesData(resData);
console.log('Response data:', resData);
}
}else{
setErrorMsg("Response is null");
}
setDataLoaded(true);
} catch (err) {
Expand Down

0 comments on commit 0fa5d97

Please sign in to comment.