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