diff options
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}> |
