summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx')
-rw-r--r--lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx b/lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx
index 2b3138d6..3ca01191 100644
--- a/lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx
+++ b/lib/rfq-last/vendor-response/rfq-attachments-dialog.tsx
@@ -67,7 +67,7 @@ export function RfqAttachmentsDialog({ isOpen, onClose, rfqData }: RfqAttachment
const attachments = await getRfqAttachmentsAction(rfqId);
if (!attachments.success || attachments.data.length === 0) {
- toast.error(result.error || "다운로드할 파일이 없습니다");
+ toast.error(attachments.error || "다운로드할 파일이 없습니다");
}