diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-02 17:49:22 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-02 17:49:22 +0900 |
| commit | 503ff56f5471818472eeb44b74cb35c4f977e6d1 (patch) | |
| tree | 56be6b2773e6025cf0bfedef9319f44a6ec2ce58 /lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx | |
| parent | 9694acd0ec21b3f50a8bd65d3a328befd85cbbee (diff) | |
(김준회) dolce: GTT(B4) 건수 계산을 현재 페이지가 아닌 DB 기준으로 변경
Diffstat (limited to 'lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx')
| -rw-r--r-- | lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx b/lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx index 096f9b24..882ef885 100644 --- a/lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx +++ b/lib/vendor-document-list/ship/enhanced-doc-table-columns.tsx @@ -32,7 +32,7 @@ import { SimplifiedDocumentsView } from "@/db/schema" import { DocumentSelectionContext } from "@/components/ship-vendor-document/user-vendor-document-table-container" interface GetColumnsProps { - setRowAction: React.Dispatch<React.SetStateAction<DataTableRowAction<SimplifiedDocumentsView> | null>> + setRowAction?: React.Dispatch<React.SetStateAction<DataTableRowAction<SimplifiedDocumentsView> | null>> } // 날짜 표시 컴포넌트 (간단 버전) |
