diff options
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", |
