refactor: set date + 1 day
This commit is contained in:
parent
fa5a99d90f
commit
b4a98ae283
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const DEFAULT_DATA: QuotationPayload = {
|
|||
paySplit: [],
|
||||
paySplitCount: 0,
|
||||
payCondition: 'Full',
|
||||
dueDate: new Date(),
|
||||
dueDate: new Date(Date.now() + 86400000),
|
||||
discount: 0,
|
||||
contactTel: '',
|
||||
contactName: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue