This commit is contained in:
Timur Ercan
2023-02-06 18:36:15 +01:00
parent 99193bc7be
commit 5cd51c5c81

View File

@ -181,6 +181,7 @@ async function deleteRecipient(recipient: any) {
if (!recipient.id) {
return;
}
const res = toast.promise(
fetch(
"/api/documents/" + recipient.documentId + "/recipients/" + recipient.id,