From bb00d8890a2cb9e3ca1915547cbf60a59ef4081e Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:29:58 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20reg?= =?UTF-8?q?isteredBranchId=20=E0=B9=83=E0=B8=AB=E0=B9=89=E0=B9=80=E0=B8=9B?= =?UTF-8?q?=E0=B9=87=E0=B8=99=20null=20=E0=B9=84=E0=B8=94=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/product-service/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index 4e319d09..a8603317 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -55,7 +55,7 @@ export interface ServiceCreate { image?: File; status?: Status; productTypeId: string; - registeredBranchId: string; + registeredBranchId: string | null; } export interface Attributes {