This commit is contained in:
Timur Ercan
2023-02-28 18:46:24 +01:00
parent 06467b22ab
commit 2f1d262b1b

View File

@ -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,