Skip to content

Commit

Permalink
fix: handleInput after submission of query
Browse files Browse the repository at this point in the history
  • Loading branch information
siiddhantt committed Aug 5, 2024
1 parent 59caf38 commit bd5fa83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default function Conversation() {
handleQuestion({ question: inputRef.current.value });
}
inputRef.current.value = '';
handleInput();
}
};

Expand Down

0 comments on commit bd5fa83

Please sign in to comment.