mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
qoc
This commit is contained in:
@ -181,6 +181,7 @@ async function deleteRecipient(recipient: any) {
|
|||||||
if (!recipient.id) {
|
if (!recipient.id) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const res = toast.promise(
|
const res = toast.promise(
|
||||||
fetch(
|
fetch(
|
||||||
"/api/documents/" + recipient.documentId + "/recipients/" + recipient.id,
|
"/api/documents/" + recipient.documentId + "/recipients/" + recipient.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user