-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨Feat(#152): 내 템플릿 API 1차 연동 #163
Conversation
const { toast } = useToast(); | ||
const router = useRouter(); | ||
|
||
const validateQuestion = (content: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
단순 validation만 담당하는 함수는 아닌 것 같아요!
handleAddQuestion 이라는 네이밍을 제안드립니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
onChange={(e) => handleInputChange(e, item.id)} | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 컨벤션 중에 event에 대한 네이밍은 e 보다는 event
로 쓰기로 했습니당!
📑 구현 사항
Steady.-.Brave.2023-11-13.00-17-19.mp4
🚧 특이 사항
🚨관련 이슈
close #152