Skip to content

Commit

Permalink
don't remove value on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya committed Apr 16, 2024
1 parent a4ac66f commit 4403f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export default function Main({ sidebarOpen }: { sidebarOpen: boolean }) {
if (done) {
setIsAiLoading(false);
setToBeParsed("");
setValue("");

return;
}
Expand Down

0 comments on commit 4403f76

Please sign in to comment.