feat: wip send estimate mail preview

This commit is contained in:
Ahmed Bouhuolia
2024-11-18 15:15:03 +02:00
parent 53ab40a075
commit 7df316aa56
34 changed files with 405 additions and 459 deletions

View File

@@ -107,7 +107,7 @@ function EstimatesDataTable({
// Handle mail send estimate.
const handleMailSendEstimate = ({ id }) => {
openDialog(DialogsName.EstimateMail, { estimateId: id });
openDrawer(DRAWERS.ESTIMATE_SEND_MAIL, { estimateId: id });
}
// Local storage memorizing columns widths.