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 74a0dce commit 47294deCopy full SHA for 47294de
webview-ui/src/components/prompts/PromptsView.tsx
@@ -563,7 +563,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
563
*/}
564
<div style={{ marginBottom: 15 }}>
565
<VSCodeCheckbox
566
- checked={enableCustomModeCreation || false}
+ checked={enableCustomModeCreation ?? true}
567
onChange={(e: any) => {
568
// Just update the local state through React context
569
// The React context will update the global state
0 commit comments