From 684f619168783ccfdc34b2fad7e43657abbc0f40 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:19:39 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=20?= =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B2=20th=20=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/address/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stores/address/index.ts b/src/stores/address/index.ts index da89566e..fe1be66b 100644 --- a/src/stores/address/index.ts +++ b/src/stores/address/index.ts @@ -10,7 +10,7 @@ export interface SubDistrict { districtId: string; zipCode: string; nameEN: string; - nameTH: string; + name: string; id: string; } @@ -21,7 +21,7 @@ export interface District { createdBy: string; provinceId: string; nameEN: string; - nameTH: string; + name: string; id: string; } @@ -31,7 +31,7 @@ export interface Province { createdAt: string; createdBy: string; nameEN: string; - nameTH: string; + name: string; id: string; }