diff --git a/src/components/quality/InspectionManagement/ProductInspectionInputModal.tsx b/src/components/quality/InspectionManagement/ProductInspectionInputModal.tsx index efab49bc..6ff11a8c 100644 --- a/src/components/quality/InspectionManagement/ProductInspectionInputModal.tsx +++ b/src/components/quality/InspectionManagement/ProductInspectionInputModal.tsx @@ -742,7 +742,7 @@ function LegacyRow({ } function LegacyPhotoUpload({ - images, + images = [], onChange, maxCount, }: {