diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-17 14:06:08 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-17 14:06:08 +0900 |
| commit | 85d32a79dcf0f7047406039363baa2e06b859ddd (patch) | |
| tree | f6f25c1813145f9e7a7fcee6fdea33a2e37e70d6 /lib/swp/table/swp-table-columns.tsx | |
| parent | 43ea8981b7667e9f35824bf36cc15b91efc8b4ad (diff) | |
(김준회) swp: 파일개수는 최신 rev에 대해서만 보이도록 수정, upload validation dialog의 content overflow 문제 수정(스타일) - 박진석 프로 요청
Diffstat (limited to 'lib/swp/table/swp-table-columns.tsx')
| -rw-r--r-- | lib/swp/table/swp-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swp/table/swp-table-columns.tsx b/lib/swp/table/swp-table-columns.tsx index c5f1f826..14a8e002 100644 --- a/lib/swp/table/swp-table-columns.tsx +++ b/lib/swp/table/swp-table-columns.tsx @@ -96,7 +96,7 @@ export const swpDocumentColumns: ColumnDef<DocumentListItem>[] = [ }, { accessorKey: "STAGE", - header: "스테이지", + header: "최신 스테이지", cell: ({ row }) => { const stage = row.original.STAGE; if (!stage) return "-"; |
