Skip to content

Commit

Permalink
MOSIP-33205: Resolved upload Certificate UI error in FRA (#430)
Browse files Browse the repository at this point in the history
* MOSIP-33205: Resolved upload Certificate UI error in FRA

Signed-off-by: Anil_Kumar_Majji <[email protected]>

* MOSIP-33205: Resolved upload Certificate UI error in FRA

Signed-off-by: Anil_Kumar_Majji <[email protected]>

---------

Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Jun 7, 2024
1 parent 9244813 commit 7337c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/src/pages/certificates/UploadCertificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function UploadCertificate({ closePopup, partnerData }) {
)}
</div>
<div className="border-gray-200 border-opacity-50 border-t"></div>
<div className="py-[4%] px-[6%] flex justify-end">
<div className="px-[6%] flex justify-center">
<button className={`${isLoginLanguageRTL? "ml-2": "mr-2"} w-40 h-12 border-[#1447B2] border rounded-md bg-white text-tory-blue text-base font-semibold relative z-10`} onClick={clickOnCancel}>{t('uploadCertificate.cancel')}</button>
{(!uploading && fileName) ? (
<button className="w-40 h-12 border-[#1447B2] border bg-tory-blue rounded-md text-white text-base font-semibold relative z-10" onClick={clickOnSubmit}>{uploadSuccess ? t('uploadCertificate.close') : t('uploadCertificate.submit')}</button>
Expand Down
2 changes: 1 addition & 1 deletion pmp-reactjs-ui/src/pages/policies/RequestPolicy.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function RequestPolicy() {
placeHolderKey='requestPolicy.selectPartnerId'
selectedDropdownValue={partnerId}
styleSet={styles}
addInfoIcon={true}
addInfoIcon
infoKey='requestPolicy.info'>
</DropdownComponent>
</div>
Expand Down

0 comments on commit 7337c7e

Please sign in to comment.