From 393a09265339d10aa91c24e8ac51826bef4bdb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Sat, 7 Feb 2026 03:51:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=88=98=EC=9E=85=EA=B2=80=EC=82=AC=20?= =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20=ED=8C=8C=EC=9D=BC=20=EC=B2=A8=EB=B6=80?= =?UTF-8?q?=EC=97=90=20PDF=20=ED=97=88=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReceivingManagement/ImportInspectionInputModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/material/ReceivingManagement/ImportInspectionInputModal.tsx b/src/components/material/ReceivingManagement/ImportInspectionInputModal.tsx index f3420a6a..12f5792d 100644 --- a/src/components/material/ReceivingManagement/ImportInspectionInputModal.tsx +++ b/src/components/material/ReceivingManagement/ImportInspectionInputModal.tsx @@ -720,13 +720,13 @@ export function ImportInspectionInputModal({ {/* 사진 첨부 */}
setNewPhotos((prev) => [...prev, ...files])} - title="클릭하거나 사진을 드래그하세요" - description="이미지 파일 (최대 10MB)" + title="클릭하거나 파일을 드래그하세요" + description="이미지/PDF 파일 (최대 10MB)" /> {(newPhotos.length > 0 || existingPhotos.length > 0) && (