Skip to content

Commit 4c69971

Browse files
Update emailComponent.js
1 parent 9047aa7 commit 4c69971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

microfrontends/SignDocuments/src/Component/component/emailComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function EmailComponent({
109109
const handleToPrint = async (event) => {
110110
event.preventDefault();
111111

112+
const pdf = await getBase64FromUrl(pdfUrl);
112113
const isAndroidDevice = navigator.userAgent.match(/Android/i);
113114
const isAppleDevice = (/iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) && !window.MSStream
114115
if (isAndroidDevice || isAppleDevice) {

0 commit comments

Comments
 (0)