summaryrefslogtreecommitdiff
path: root/lib/incoterms/table/incoterms-table-toolbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/incoterms/table/incoterms-table-toolbar.tsx')
-rw-r--r--lib/incoterms/table/incoterms-table-toolbar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/incoterms/table/incoterms-table-toolbar.tsx b/lib/incoterms/table/incoterms-table-toolbar.tsx
index 698acf59..aa022e03 100644
--- a/lib/incoterms/table/incoterms-table-toolbar.tsx
+++ b/lib/incoterms/table/incoterms-table-toolbar.tsx
@@ -19,7 +19,7 @@ export function IncotermsTableToolbarActions({ table, onSuccess }: IncotermsTabl
return (
<div className="flex items-center gap-2">
{/** 1) 선택된 로우가 있으면 삭제 다이얼로그 */}
- {table.getFilteredSelectedRowModel().rows.length > 0 ? (
+ {/* {table.getFilteredSelectedRowModel().rows.length > 0 ? (
<DeleteIncotermsDialog
incoterms={table
.getFilteredSelectedRowModel()
@@ -31,7 +31,7 @@ export function IncotermsTableToolbarActions({ table, onSuccess }: IncotermsTabl
/>
) : null}
- <IncotermsAddDialog onSuccess={onSuccess} />
+ <IncotermsAddDialog onSuccess={onSuccess} /> */}
{/** 3) Export 버튼 */}
<Button