From fe2fa5e4bc93b79446cd544c03c2a18d97d391cb Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:28:55 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20=20?= =?UTF-8?q?status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/product-service/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts index 5def270f..90617653 100644 --- a/src/stores/product-service/types.ts +++ b/src/stores/product-service/types.ts @@ -6,7 +6,7 @@ export interface Service { updateBy: string; createdAt: string; createdBy: string; - status: string; + status: Status; attributes: Attributes; detail: string; name: string; @@ -99,7 +99,7 @@ export interface ProductList { createdAt: string; createdBy: string; productTypeId: string; - status: string; + status: Status; serviceCharge: number; agentPrice: number; price: number;