feat: wip send invoice mail preview

This commit is contained in:
Ahmed Bouhuolia
2024-10-24 20:48:16 +02:00
parent c321d90575
commit 728b4cacd9
7 changed files with 194 additions and 37 deletions

View File

@@ -5,8 +5,9 @@ import { css } from '@emotion/css';
const initialValues = {
subject: '',
message: '',
to: '',
cc: '',
to: [],
cc: [],
bcc: []
};
interface InvoiceSendMailFormValues {
subject: string;