We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ab7ac3 + c843ac6 commit d1bff49Copy full SHA for d1bff49
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