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) && (