fix: type error

This commit is contained in:
Methapon Metanipat 2024-10-15 17:23:00 +07:00
parent cd4051f792
commit 7d54f17421

View file

@ -29,6 +29,7 @@ const DEFAULT_DATA: QuotationPayload = {
contactTel: '',
contactName: '',
workName: '',
registeredBranchId: '',
_count: { worker: 0 },
status: 'CREATED',
};