mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
🐛 cancel sign dialog exeption
This commit is contained in:
@ -45,6 +45,8 @@ export default function PDFSigner(props: any) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!dialogResult) return;
|
||||||
|
|
||||||
const signature = {
|
const signature = {
|
||||||
fieldId: dialogField.id,
|
fieldId: dialogField.id,
|
||||||
type: dialogResult.type,
|
type: dialogResult.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user