Skip to content

GetImagesBox: maxLength prop이 무시되고 10으로 하드코딩됨 #56

Description

@seorinn

이슈 내용

GetImagesBox/index.tsx에서 maxLength prop을 받지만 내부에서 images.length === 10, images.length + files.length > 10으로 하드코딩되어 있습니다. maxLength=5로 사용해도 10장까지 업로드 가능합니다.

수정 방향

하드코딩된 10을 maxLength prop으로 교체

Notion: TA-216

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions