From e073d8015b49c98abc226384a4f0b8eb54ef5397 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:02:43 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20type=20=20branchId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/branch-contact/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/branch-contact/types.ts b/src/stores/branch-contact/types.ts index da7c2ab1..529d8639 100644 --- a/src/stores/branch-contact/types.ts +++ b/src/stores/branch-contact/types.ts @@ -7,6 +7,7 @@ export type BranchContact = { updateBy: string; createdAt: string; createdBy: string; + branchId: string; }; export type BranchContactCreate = {