From 9ceed79cf32c896f8a998399bf1b296506b2cd4a Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 8 Apr 2025 03:08:19 +0000 Subject: 로그인 및 미들웨어 처리. 구조 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/euserColumnsConfig.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config/euserColumnsConfig.ts') 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", -- cgit v1.2.3