diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
| commit | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (patch) | |
| tree | f84750fa6cac954d5e31221fc47a54c655fc06a9 /config/euserColumnsConfig.ts | |
| parent | 230ce796836c25df26c130dbcd616ef97d12b2ec (diff) | |
로그인 및 미들웨어 처리. 구조 변경
Diffstat (limited to 'config/euserColumnsConfig.ts')
| -rw-r--r-- | config/euserColumnsConfig.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/euserColumnsConfig.ts b/config/euserColumnsConfig.ts index 4f2da5b8..faa49024 100644 --- a/config/euserColumnsConfig.ts +++ b/config/euserColumnsConfig.ts @@ -37,11 +37,11 @@ export const euserColumnsConfig: UserColumnConfig[] = [ label: "Email", excelHeader: "Email", }, - { - id: "company_name", - label: "Company Name", - excelHeader: "Company Name", - }, + // { + // id: "company_name", + // label: "Company Name", + // excelHeader: "Company Name", + // }, { id: "roles", label: "Roles", |
