fix signature image reupload

This commit is contained in:
Pete Matsyburka
2024-02-09 21:24:27 +02:00
parent 48d5bee95b
commit 8aa6f45da8
@@ -340,6 +340,8 @@ export default {
} }
reader.readAsDataURL(file) reader.readAsDataURL(file)
event.target.value = null
} }
}, },
async submit () { async submit () {