mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: payment received mail receipt preview
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user