Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/pages/chat/conversation/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function ChatInput({ textareaRef, chatId, configuration, isDisabled, isEm
<div className="box-border rounded-2xl border border-gray-200 p-4 pb-3 leading-none shadow-2xl shadow-gray-100 focus-within:border-gray-400">
<TextareaAutosize
className={`w-full resize-none bg-transparent pb-4 outline-none`}
maxRows={5}
maxRows={15}
minRows={1}
value={input}
autoFocus
Expand Down
Loading