diff options
Diffstat (limited to 'lib/vendors/table/vendors-table-toolbar-actions.tsx')
| -rw-r--r-- | lib/vendors/table/vendors-table-toolbar-actions.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/vendors/table/vendors-table-toolbar-actions.tsx b/lib/vendors/table/vendors-table-toolbar-actions.tsx index 1c788911..12f1dfcd 100644 --- a/lib/vendors/table/vendors-table-toolbar-actions.tsx +++ b/lib/vendors/table/vendors-table-toolbar-actions.tsx @@ -182,13 +182,7 @@ export function VendorsTableToolbarActions({ table }: VendorsTableToolbarActions /> )} - {pqApprovedVendors.length > 0 && ( - <RequestVendorsInvestigateDialog - vendors={pqApprovedVendors} - onSuccess={() => table.toggleAllRowsSelected(false)} - /> - )} - + {/* Export 드롭다운 메뉴로 변경 */} <DropdownMenu> <DropdownMenuTrigger asChild> |
