diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-09 12:19:05 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-09 12:19:05 +0000 |
| commit | 6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 (patch) | |
| tree | f6d48c0d3a65b428a828acea5db65db8e7bf0db8 /lib/roles/table | |
| parent | 44794a8628997c0d979adb5bd6711cd848b3e397 (diff) | |
(대표님) 20250709 변경사항 (약 18시 30분까지)
Diffstat (limited to 'lib/roles/table')
| -rw-r--r-- | lib/roles/table/roles-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roles/table/roles-table-columns.tsx b/lib/roles/table/roles-table-columns.tsx index 3a491585..16249999 100644 --- a/lib/roles/table/roles-table-columns.tsx +++ b/lib/roles/table/roles-table-columns.tsx @@ -149,7 +149,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<RoleVie if (cfg.id === "created_at") { const dateVal = cell.getValue() as Date - return formatDate(dateVal) + return formatDate(dateVal, "KR") } if (cfg.id === "domain") { |
