Skip to content

Commit 102fce5

Browse files
authored
Merge branch 'main' into sampling-form
2 parents 29b465f + d1bff49 commit 102fce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ const App = () => {
647647
setSelectedPrompt={(prompt) => {
648648
clearError("prompts");
649649
setSelectedPrompt(prompt);
650+
setPromptContent("");
650651
}}
651652
handleCompletion={handleCompletion}
652653
completionsSupported={completionsSupported}

0 commit comments

Comments
 (0)