@@ -471,8 +471,7 @@ function PdfRequestFiles() {
471
471
const maxCount =
472
472
requiredCheckbox [ i ] . options ?. validation ?. maxRequiredCount ;
473
473
const parseMax = maxCount && parseInt ( maxCount ) ;
474
- const response =
475
- requiredCheckbox [ i ] . options ?. response ?. length ;
474
+ const response = requiredCheckbox [ i ] . options ?. response ?. length ;
476
475
const defaultValue =
477
476
requiredCheckbox [ i ] . options ?. defaultValue ?. length ;
478
477
if ( parseMin === 0 && parseMax === 0 ) {
@@ -671,8 +670,7 @@ function PdfRequestFiles() {
671
670
) } &${ localStorage . getItem ( "_appName" ) } `;
672
671
const hostUrl = window . location . origin ;
673
672
let signPdf = `${ hostUrl } /login/${ pdfDetails ?. [ 0 ] . objectId } /${ user . Email } /${ objectId } /${ serverParams } ` ;
674
- const openSignUrl =
675
- "https://www.opensignlabs.com/contact-us" ;
673
+ const openSignUrl = "https://www.opensignlabs.com/contact-us" ;
676
674
const orgName = pdfDetails [ 0 ] ?. ExtUserPtr . Company
677
675
? pdfDetails [ 0 ] . ExtUserPtr . Company
678
676
: "" ;
@@ -683,10 +681,7 @@ function PdfRequestFiles() {
683
681
requestSubject &&
684
682
( ! isEnableSubscription || isSubscribed )
685
683
) {
686
- const replacedRequestBody = requestBody . replace (
687
- / " / g,
688
- "'"
689
- ) ;
684
+ const replacedRequestBody = requestBody . replace ( / " / g, "'" ) ;
690
685
const htmlReqBody =
691
686
"<html><head><meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /></head><body>" +
692
687
replacedRequestBody +
@@ -1153,9 +1148,9 @@ function PdfRequestFiles() {
1153
1148
isDecline . currnt === "Sure"
1154
1149
? "Are you sure want to decline this document ?"
1155
1150
: isDecline . currnt === "YouDeclined"
1156
- ? "You have declined this document!"
1157
- : isDecline . currnt === "another" &&
1158
- "You can not sign this document as it has been declined/revoked."
1151
+ ? "You have declined this document!"
1152
+ : isDecline . currnt === "another" &&
1153
+ "You can not sign this document as it has been declined/revoked."
1159
1154
}
1160
1155
footerMessage = { isDecline . currnt === "Sure" }
1161
1156
declineDoc = { declineDoc }
@@ -1234,10 +1229,7 @@ function PdfRequestFiles() {
1234
1229
</ ModalUi >
1235
1230
{ /* this component used to render all pdf pages in left side */ }
1236
1231
< RenderAllPdfPage
1237
- signPdfUrl = {
1238
- pdfDetails [ 0 ] &&
1239
- ( pdfDetails [ 0 ] . SignedUrl || pdfDetails [ 0 ] . URL )
1240
- }
1232
+ signPdfUrl = { pdfDetails [ 0 ] && pdfDetails [ 0 ] . SignedUrl }
1241
1233
allPages = { allPages }
1242
1234
setAllPages = { setAllPages }
1243
1235
setPageNumber = { setPageNumber }
0 commit comments