Aktualisierte EnvelopeClaims

This commit is contained in:
Developer 02
2024-05-24 11:39:12 +02:00
parent 7863e861c7
commit b60ae62779
8 changed files with 46 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
const submitForm = async form => await fetch(form.action, {
method: form.method,
body: new FormData(form),
headers: {
"X-Requested-With": "XMLHttpRequest"
}
})

View File

@@ -123,4 +123,4 @@
return annotationPresets
}
}
}