diff --git a/app/(route)/verification/ibulsin/_components/Textarea/index.tsx b/app/(route)/verification/ibulsin/_components/Textarea/index.tsx index 1e945a3..0bcd7f0 100644 --- a/app/(route)/verification/ibulsin/_components/Textarea/index.tsx +++ b/app/(route)/verification/ibulsin/_components/Textarea/index.tsx @@ -6,7 +6,7 @@ import cn from 'classnames' import { useForm } from 'react-hook-form' interface TextAreaProps { - fieldKey: 'outline' | 'why' + fieldKey: 'outline' | 'why' | 'marketResponse' | 'XYZ' } function Textarea({ fieldKey }: TextAreaProps) { @@ -29,6 +29,14 @@ function Textarea({ fieldKey }: TextAreaProps) { register: whyField, MaxLength: 500, }, + marketResponse: { + register: whyField, + MaxLength: 500, + }, + XYZ: { + register: whyField, + MaxLength: 500, + }, } const countCharacters = () => {