feat: reason is added to the component props

This commit is contained in:
Rohit Saluja
2024-03-13 11:06:35 +05:30
parent 3fb57c877e
commit 487bc026f9

View File

@ -32,6 +32,7 @@ export const sendDeleteEmail = async ({ documentId, reason }: SendDeleteEmailOpt
const template = createElement(DocumentDeleteEmailTemplate, {
documentName: document.title,
reason,
assetBaseUrl,
});