We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b465f + d1bff49 commit 102fce5Copy full SHA for 102fce5
1 file changed
client/src/App.tsx
@@ -647,6 +647,7 @@ const App = () => {
647
setSelectedPrompt={(prompt) => {
648
clearError("prompts");
649
setSelectedPrompt(prompt);
650
+ setPromptContent("");
651
}}
652
handleCompletion={handleCompletion}
653
completionsSupported={completionsSupported}
0 commit comments