mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
♻️ 🧹 upsert reciient, deleteRecipient, send
This commit is contained in:
@ -351,7 +351,6 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
||||
const removedItem: any =
|
||||
documentsWithoutIndex.splice(index, 1);
|
||||
setDocuments(documentsWithoutIndex);
|
||||
// todo encapsulate
|
||||
deleteDocument(document.id)
|
||||
.catch((err) => {
|
||||
documentsWithoutIndex.splice(
|
||||
|
||||
Reference in New Issue
Block a user