diff options
| author | joonhoekim <26rote@gmail.com> | 2025-09-22 18:59:13 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-09-22 18:59:13 +0900 |
| commit | ba35e67845f935c8ce0151c9ef1fefa0b0510faf (patch) | |
| tree | d05eb27fab2acc54a839b2590c89e860d58fb747 /lib/avl/table/avl-table-columns.tsx | |
| parent | e4bd037d158513e45373ad9e1ef13f71af12162a (diff) | |
(김준회) AVL 피드백 반영 (이진용 프로 건)
Diffstat (limited to 'lib/avl/table/avl-table-columns.tsx')
| -rw-r--r-- | lib/avl/table/avl-table-columns.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/avl/table/avl-table-columns.tsx b/lib/avl/table/avl-table-columns.tsx index 72c59aa9..d95a29b0 100644 --- a/lib/avl/table/avl-table-columns.tsx +++ b/lib/avl/table/avl-table-columns.tsx @@ -226,7 +226,7 @@ export function getColumns({ selectedRows = [], onRowSelect }: GetColumnsProps): { accessorKey: "createdAt", header: ({ column }) => ( - <DataTableColumnHeaderSimple column={column} title="등재일" /> + <DataTableColumnHeaderSimple column={column} title="등록일" /> ), cell: ({ getValue }) => { const date = getValue() as string @@ -237,7 +237,7 @@ export function getColumns({ selectedRows = [], onRowSelect }: GetColumnsProps): { accessorKey: "createdBy", header: ({ column }) => ( - <DataTableColumnHeaderSimple column={column} title="등재자" /> + <DataTableColumnHeaderSimple column={column} title="등록자" /> ), cell: ({ getValue }) => { const date = getValue() as string |
