diff --git a/src/ui/components/molecule/user/chat-form/chat-form.tsx b/src/ui/components/molecule/user/chat-form/chat-form.tsx index 5569adf..cb5f1fd 100644 --- a/src/ui/components/molecule/user/chat-form/chat-form.tsx +++ b/src/ui/components/molecule/user/chat-form/chat-form.tsx @@ -6,8 +6,8 @@ import { postQuestion } from '../../../../../api/post-question'; import { cn } from '../../../../../utils/style'; interface ChatFormProps { - type: string; - category: string; + type: 'SUSI' | 'PYEONIP' | 'JEONGSI'; + category?: 'PAST_QUESTIONS' | 'INTERVIEW_PRACTICAL_TEST' | 'PASSING_RESULT' | 'ADMISSION_GUIDELINE'; } const ChatForm = ({ type, category }: ChatFormProps) => { @@ -32,10 +32,7 @@ const ChatForm = ({ type, category }: ChatFormProps) => { }; return ( -
+