fix: [품질검사] LegacyPhotoUpload images undefined 에러 수정

images prop에 기본값 [] 추가하여 initialData에 productImages가 없을 때 TypeError 방지
This commit is contained in:
2026-03-11 22:47:53 +09:00
parent 7447e8a204
commit 92b5a4a097

View File

@@ -742,7 +742,7 @@ function LegacyRow({
}
function LegacyPhotoUpload({
images,
images = [],
onChange,
maxCount,
}: {