diff --git a/src/pages/03_customer-management/constant.ts b/src/pages/03_customer-management/constant.ts index 5a1b70f0..1e33d0af 100644 --- a/src/pages/03_customer-management/constant.ts +++ b/src/pages/03_customer-management/constant.ts @@ -80,15 +80,6 @@ export const uploadFileListEmployee: { value: string; _meta?: Record; }[] = [ - { - label: 'customer.form.citizenId', - value: 'citizen', - _meta: { - firstName: '', - lastName: '', - }, - }, - { label: 'customerEmployee.fileType.passport', value: 'passport',