From 7d54f17421a7f9f274ea7deaf7cb01364d4c3788 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 15 Oct 2024 17:23:00 +0700 Subject: [PATCH] fix: type error --- src/pages/05_quotation/form.ts | 1 + 1 file changed, 1 insertion(+) 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', };