diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 01:59:36 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 01:59:36 +0000 |
| commit | de4c8a6a6b7c918a7a16fc34423d1143209c295f (patch) | |
| tree | 9fbf0b93e5cbe9c3a8ca18c8bcd4dda5bf9640c5 /lib/tech-vendors/items-table/item-table-toolbar-actions.tsx | |
| parent | deb2d31dba913a3b831523f41b9bf2e286c53af1 (diff) | |
(최겸) 기술영업 벤더 공종 조회 기능 추가
Diffstat (limited to 'lib/tech-vendors/items-table/item-table-toolbar-actions.tsx')
| -rw-r--r-- | lib/tech-vendors/items-table/item-table-toolbar-actions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tech-vendors/items-table/item-table-toolbar-actions.tsx b/lib/tech-vendors/items-table/item-table-toolbar-actions.tsx index 68a20816..b327ff56 100644 --- a/lib/tech-vendors/items-table/item-table-toolbar-actions.tsx +++ b/lib/tech-vendors/items-table/item-table-toolbar-actions.tsx @@ -65,7 +65,7 @@ export function TechVendorItemsTableToolbarActions({ table, vendorId, vendorType return ( <div className="flex items-center gap-2"> - <AddItemDialog vendorId={vendorId} vendorType={vendorType} /> + {/* <AddItemDialog vendorId={vendorId} vendorType={vendorType} /> */} {/** 3) Import 버튼 (파일 업로드) */} <Button variant="outline" size="sm" className="gap-2" onClick={handleImportClick}> |
