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;
|
||||
}
|
||||
|
||||
if (!dialogResult) return;
|
||||
|
||||
const signature = {
|
||||
fieldId: dialogField.id,
|
||||
type: dialogResult.type,
|
||||
|
||||
Reference in New Issue
Block a user