-
+ (
+ {
+ onChange(e.target.value.slice(0, 12))
+ }}
+ maxLength={12}
+ />
+ )}
+ />
@@ -50,6 +124,7 @@ export default function ChallengeFormDialog() {
return (
-
+ {isChecked.check1 ? (
+
+ ) : (
+
-
+ {isChecked.check2 ? (
+
+ ) : (
+
@@ -99,18 +239,19 @@ export default function ChallengeFormDialog() {
'mx-auto min-h-[60px] w-[240px] rounded-lg bg-[#482BD9] text-center',
'disabled:bg-[#A6A6A6]'
)}
- onClick={() => {
- share.kakao({
- title: '불주먹123님이 초대장을 보냈어요!',
- description: '1:1 목표 매칭 서비스',
- imageUrl: 'https://dodals3.s3.ap-northeast-2.amazonaws.com/asset/dodaldodal_square.png',
- link: 'https://dodaldodal-frontend-vercel.app',
- })
- }}
+ type='submit'
+ disabled={
+ watch('challengeName')?.length < 1 ||
+ watch('authenticationMethod')?.length < 1 ||
+ watch('reward')?.length < 1 ||
+ selectedCategory === '선택안함' ||
+ !isChecked.check1 ||
+ !isChecked.check2
+ }
>
함께할 친구 초대하기
-
+