Skip to content

Commit

Permalink
fix: 회원가입 시 체크박스 클릭 안 되는 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Aug 17, 2024
1 parent 69c6189 commit 3df6aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/components/Checkbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const Checkbox = <T extends FieldValues>({
})}
type="checkbox"
className={`amp-unmask ${hiddenCheckbox}`}
disabled
{...checkboxElementProps}
/>
<span className={checkmark[errors && errors[name] ? 'error' : 'default']} />
Expand Down

0 comments on commit 3df6aa8

Please sign in to comment.