diff --git a/src/app/projects/[projectId]/components/chatForm/ChatInput.tsx b/src/app/projects/[projectId]/components/chatForm/ChatInput.tsx index 7fd9b4d..0b23ce6 100644 --- a/src/app/projects/[projectId]/components/chatForm/ChatInput.tsx +++ b/src/app/projects/[projectId]/components/chatForm/ChatInput.tsx @@ -364,7 +364,6 @@ export const ChatInput: FC = ({ placeholder={placeholder} className={`${minHeight} resize-none border-0 focus-visible:ring-0 focus-visible:ring-offset-0 bg-transparent px-5 py-4 text-lg transition-all duration-200 placeholder:text-muted-foreground/60`} disabled={isPending || disabled} - maxLength={4000} aria-label={i18n._("Message input with completion support")} aria-describedby={helpId} aria-expanded={message.startsWith("/") || message.includes("@")} @@ -422,7 +421,6 @@ export const ChatInput: FC = ({ id={helpId} > {message.length} - /4000 {(message.startsWith("/") || message.includes("@")) && (