summaryrefslogtreecommitdiff
path: root/lib/swp/table/swp-table-columns.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/swp/table/swp-table-columns.tsx')
-rw-r--r--lib/swp/table/swp-table-columns.tsx2
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 "-";