feat: reason is added to the component props
This commit is contained in:
@@ -32,6 +32,7 @@ export const sendDeleteEmail = async ({ documentId, reason }: SendDeleteEmailOpt
|
||||
|
||||
const template = createElement(DocumentDeleteEmailTemplate, {
|
||||
documentName: document.title,
|
||||
reason,
|
||||
assetBaseUrl,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user