fix: [품질검사] LegacyPhotoUpload images undefined 에러 수정
images prop에 기본값 [] 추가하여 initialData에 productImages가 없을 때 TypeError 방지
This commit is contained in:
@@ -742,7 +742,7 @@ function LegacyRow({
|
||||
}
|
||||
|
||||
function LegacyPhotoUpload({
|
||||
images,
|
||||
images = [],
|
||||
onChange,
|
||||
maxCount,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user