feat: payment received mail receipt preview

This commit is contained in:
Ahmed Bouhuolia
2024-11-20 13:03:17 +02:00
parent 6103f1e4c7
commit 63a95df534
18 changed files with 622 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ function PaymentsReceivedDataTable({
// Handle mail send payment receive.
const handleSendMailPayment = ({ id }) => {
openDialog(DialogsName.PaymentMail, { paymentReceiveId: id });
openDrawer(DRAWERS.PAYMENT_RECEIVED_SEND_MAIL, { paymentReceivedId: id });
};
// Handle cell click.