mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
🧹
This commit is contained in:
@ -103,7 +103,6 @@ export default function PDFSigner(props: any) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* todo use public url with token auth to get document */}
|
|
||||||
<PDFViewer
|
<PDFViewer
|
||||||
readonly={true}
|
readonly={true}
|
||||||
document={props.document}
|
document={props.document}
|
||||||
@ -133,11 +132,7 @@ export default function PDFSigner(props: any) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function addFreeSignature(
|
function addFreeSignature(e: any, page: number, recipient: any): any {
|
||||||
e: any,
|
|
||||||
page: number,
|
|
||||||
recipient: any
|
|
||||||
): any {
|
|
||||||
const freeSignatureField = createField(
|
const freeSignatureField = createField(
|
||||||
e,
|
e,
|
||||||
page,
|
page,
|
||||||
|
|||||||
Reference in New Issue
Block a user