From fd1d96db2e697af69c1dd8ae18d96caa81f8ee43 Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 29 Aug 2024 14:59:03 +0700 Subject: [PATCH] refactor: change name citizenId -> citizen --- src/pages/03_customer-management/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/03_customer-management/constant.ts b/src/pages/03_customer-management/constant.ts index 71d5e9ad..aded1094 100644 --- a/src/pages/03_customer-management/constant.ts +++ b/src/pages/03_customer-management/constant.ts @@ -6,7 +6,7 @@ export const uploadFileListCustomer: { }[] = [ { label: 'customer.typeFile.citizenId', - value: 'citizenId', + value: 'citizen', }, { label: 'customer.typeFile.registrationBook',