Skip to content

Commit e8c06d0

Browse files
Merge pull request #246 from OpenSignLabs/guest-signers-download
fix: #227 download button throws error in guest signer flow issue
2 parents f2f0b55 + 47ae52c commit e8c06d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microfrontends/SignDocuments/src/Component/recipientSignPdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ function EmbedPdfImage() {
935935
{/* pdf header which contain finish back button */}
936936
<Header
937937
recipient={true}
938-
pdfDetails={completePdfData}
938+
pdfDetails={signedPdfData}
939939
isAlreadySign={isAlreadySign}
940940
pageNumber={pageNumber}
941941
allPages={allPages}

0 commit comments

Comments
 (0)