1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00

Removed delete attachment behaviour from SignatureCell as the API behaviour has been removed.

This commit is contained in:
Dean 2024-04-18 11:43:10 +01:00
parent ce176496d2
commit 605345bfd1

View file

@ -44,12 +44,6 @@
const deleteSignature = async () => {
onChange([])
const deleteRequest = value.map(item => item.key)
try {
await API.deleteBuilderAttachments(deleteRequest)
} catch (error) {
$notifications.error(error.message || "Failed to delete signature")
}
}
const saveSignature = async sigCanvas => {