mirror of
https://github.com/documenso/documenso.git
synced 2026-08-25 07:42:28 +10:00
@@ -30,7 +30,6 @@ export const handleSignatureFieldClick = async (
|
||||
return {
|
||||
type: FieldType.SIGNATURE,
|
||||
value: null,
|
||||
isBase64: false,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +50,5 @@ export const handleSignatureFieldClick = async (
|
||||
return {
|
||||
type: FieldType.SIGNATURE,
|
||||
value: signatureToInsert,
|
||||
isBase64: signatureToInsert.startsWith('data:image'),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user