diff options
Diffstat (limited to 'lib/swp/table/swp-table-columns.tsx')
| -rw-r--r-- | lib/swp/table/swp-table-columns.tsx | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/swp/table/swp-table-columns.tsx b/lib/swp/table/swp-table-columns.tsx index 91c811c3..261cf960 100644 --- a/lib/swp/table/swp-table-columns.tsx +++ b/lib/swp/table/swp-table-columns.tsx @@ -138,25 +138,7 @@ export const swpDocumentColumns: ColumnDef<DocumentListItem>[] = [ minSize: 100, maxSize: 100, }, - { - id: "stats", - header: "파일", - cell: ({ row }) => ( - <div className="text-center"> - <div className="text-sm font-medium"> - {row.original.fileCount}개 - </div> - {row.original.standbyFileCount > 0 && ( - <div className="text-xs text-yellow-600"> - 대기중 {row.original.standbyFileCount} - </div> - )} - </div> - ), - size: 100, - minSize: 100, - maxSize: 100, - }, + { id: "actions", header: "커버페이지 다운로드", |
