diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-28 02:39:59 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-28 02:39:59 +0000 |
| commit | f3e640b666c57f133c229d2742fb214c586d21e4 (patch) | |
| tree | d06fe04caafd76f196b5c5afa9140b0dcb94b057 /lib | |
| parent | 7865b6a4d86b22af6a4b5b8258a91fd736449d57 (diff) | |
스키마 조정
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/po/table/po-table-columns.tsx | 2 | ||||
| -rw-r--r-- | lib/po/table/po-table.tsx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/po/table/po-table-columns.tsx b/lib/po/table/po-table-columns.tsx index 6517b9b3..6834e543 100644 --- a/lib/po/table/po-table-columns.tsx +++ b/lib/po/table/po-table-columns.tsx @@ -52,7 +52,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<Contrac const contract = row.original; return ( - <div className="flex items-center justify-center gap-2"> + <div className="flex gap-2"> {/* Items Button - Visually distinct with badge showing count */} <TooltipProvider> <Tooltip> diff --git a/lib/po/table/po-table.tsx b/lib/po/table/po-table.tsx index 9175037b..ad159f12 100644 --- a/lib/po/table/po-table.tsx +++ b/lib/po/table/po-table.tsx @@ -86,8 +86,6 @@ export function PoListsTable({ promises }: ItemsTableProps) { pageCount: number; }>({ data: [], pageCount: 0 }); - console.log(rawData) - console.log(transformedData) // Load raw data from promises React.useEffect(() => { |
