Skip to content

Commit 26e863a

Browse files
committed
Update Home.jsx
1 parent b317f64 commit 26e863a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Home.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ export default function InstructionModel(properties) {
876876
value={currentUserInput}
877877
onChange={(e) => setCurrentUserInput(e.target.value)}
878878
onKeyDown={handleKeyDown}
879-
disabled={!conversationActive || isAiResponding}
880879
rows={1}
881880
className="min-h-[40px] max-h-[150px] resize-none"
882881
/>

0 commit comments

Comments
 (0)