From 455f13adca3463bb8d5d164498f054e5d8047a6b Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:20:02 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20=20?= =?UTF-8?q?=20registerDate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/customer/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index 5626b8ea..71410100 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -33,7 +33,7 @@ export type CustomerBranchCreate = { latitude: string; registerName: string; - registerDate: Date; + registerDate: Date | null; authorizedCapital: string; subDistrictId?: string | null;