🎨 🧹📝 remove todos, document typing

This commit is contained in:
Timur Ercan
2023-03-01 14:58:31 +01:00
parent 035371bc0b
commit 53094dd9e4
8 changed files with 7 additions and 18 deletions

View File

@ -39,8 +39,7 @@ export default function PDFSigner(props: any) {
}
function onDialogClose(dialogResult: any) {
// todo handle signature removed from field
// todo remove free field if dialogresult is empty (or the id )
// todo handle signature removed from field, remove free field if dialogresult is empty (or the id )
if (!dialogResult && dialogField.type === "FREE_SIGNATURE") {
onDeleteHandler(dialogField.id);
return;