mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: wip send invoice mail preview
This commit is contained in:
@@ -5,8 +5,9 @@ import { css } from '@emotion/css';
|
||||
const initialValues = {
|
||||
subject: '',
|
||||
message: '',
|
||||
to: '',
|
||||
cc: '',
|
||||
to: [],
|
||||
cc: [],
|
||||
bcc: []
|
||||
};
|
||||
interface InvoiceSendMailFormValues {
|
||||
subject: string;
|
||||
|
||||
Reference in New Issue
Block a user