mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
qoc
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user