mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
qoc
This commit is contained in:
@ -83,6 +83,9 @@ export default function PDFEditor(props: any) {
|
||||
);
|
||||
|
||||
function addField(e: any, page: number) {
|
||||
if (!selectedRecipient) return;
|
||||
if (!selectedFieldType) return;
|
||||
|
||||
const signatureField = createField(
|
||||
e,
|
||||
page,
|
||||
|
||||
Reference in New Issue
Block a user