diff options
Diffstat (limited to 'lib/rfq-last/attachment/rfq-attachments-table.tsx')
| -rw-r--r-- | lib/rfq-last/attachment/rfq-attachments-table.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rfq-last/attachment/rfq-attachments-table.tsx b/lib/rfq-last/attachment/rfq-attachments-table.tsx index d97d32fd..92a89417 100644 --- a/lib/rfq-last/attachment/rfq-attachments-table.tsx +++ b/lib/rfq-last/attachment/rfq-attachments-table.tsx @@ -431,9 +431,9 @@ export function RfqAttachmentsTable({ <DropdownMenuItem onClick={() => handleAction({ type: "download", row })}> 다운로드 </DropdownMenuItem> - <DropdownMenuItem onClick={() => handleAction({ type: "preview", row })}> + {/* <DropdownMenuItem onClick={() => handleAction({ type: "preview", row })}> 미리보기 - </DropdownMenuItem> + </DropdownMenuItem> */} <DropdownMenuSeparator /> <DropdownMenuItem onClick={() => handleAction({ type: "history", row })}> 리비전 히스토리 |
