diff --git a/src/components/student-profile/StudentProfileCreateModal/index.tsx b/src/components/student-profile/StudentProfileCreateModal/index.tsx index 94e4e705..10ef80c6 100644 --- a/src/components/student-profile/StudentProfileCreateModal/index.tsx +++ b/src/components/student-profile/StudentProfileCreateModal/index.tsx @@ -13,6 +13,7 @@ import { ModalOverlay, Select, Text, + Textarea, } from '@chakra-ui/react'; import type { SubmitHandler } from 'react-hook-form'; import { useForm } from 'react-hook-form'; @@ -78,7 +79,7 @@ const StudentProfileCreateModal = ({ isOpen, onClose }: StudentProfileCreateModa placeholder="이메일을 적어주세요." {...register('email')} /> - +