Skip to content

Feat/group study start modal#151

Closed
Mimiminz wants to merge 21 commits intodevelopfrom
feat/group-study-start-modal
Closed

Feat/group study start modal#151
Mimiminz wants to merge 21 commits intodevelopfrom
feat/group-study-start-modal

Conversation

@Mimiminz
Copy link
Contributor

🌱 연관된 이슈

이슈 없이 개별 생성

☘️ 작업 내용

일단 작업한 모달 올려뒀습니다.
빌드 시 오류 나는 것 지극히 정상입니다. 빌드 안해도 오류 뜨는 게 정상입니다.
스키마가 api와 ui와 달라 오류가 나기 때문입니다...
확인하시라고 올려뒀습니다.
수아님 radio 버튼 추가되면 todo로 적어둔 부분 수정해서 커밋 올리도록 하겠습니다.

Comment on lines +70 to +79
disabled={props.disabled}
className={cn(
inputVariants({
color,
size,
appearance,
disabled: props.disabled ? true : undefined,
}),
className,
)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disabled를 함수 파라미터에서 가져오는 건 어떨까요?

Suggested change
disabled={props.disabled}
className={cn(
inputVariants({
color,
size,
appearance,
disabled: props.disabled ? true : undefined,
}),
className,
)}
disabled={disabled}
className={cn(
inputVariants({
color,
size,
appearance,
disabled: disabled ? true : undefined,
}),
className,
)}

@aken-you
Copy link
Contributor

experienceLevel 타입 문제가 발생하는 것 같은데, 한 번 확인 부탁드려요!

스크린샷 2025-09-28 오후 11 38 24

@Mimiminz Mimiminz closed this Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants