diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index daa7cc1d..46126ed5 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -29,6 +29,7 @@ const DEFAULT_DATA: QuotationPayload = { contactTel: '', contactName: '', workName: '', + registeredBranchId: '', _count: { worker: 0 }, status: 'CREATED', };