From 2a88eac6602ec9e0ef169003b8dc01f053ffb963 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:38:57 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20baseOnly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/product-service/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/product-service/index.ts b/src/stores/product-service/index.ts index 31c0841f..7dff86f0 100644 --- a/src/stores/product-service/index.ts +++ b/src/stores/product-service/index.ts @@ -547,7 +547,7 @@ const useProductServiceStore = defineStore('api-product-service', () => { query?: string; page?: number; pageSize?: number; - baseonly?: boolean; + baseOnly?: boolean; }, flow?: { sessionId: string;