fix - Reset Prompt results on selection
This commit is contained in:
@@ -647,6 +647,7 @@ const App = () => {
|
||||
setSelectedPrompt={(prompt) => {
|
||||
clearError("prompts");
|
||||
setSelectedPrompt(prompt);
|
||||
setPromptContent("");
|
||||
}}
|
||||
handleCompletion={handleCompletion}
|
||||
completionsSupported={completionsSupported}
|
||||
|
||||
Reference in New Issue
Block a user