We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ad63f commit 6f8b63bCopy full SHA for 6f8b63b
webview-ui/src/components/prompts/PromptsView.tsx
@@ -1002,7 +1002,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
1002
})}
1003
</div>
1004
<VSCodeTextArea
1005
- value={customInstructions}
+ value={customInstructions || ""}
1006
onChange={(e) => {
1007
const value =
1008
(e as unknown as CustomEvent)?.detail?.target?.value ||
0 commit comments