Skip to content

Commit 47294de

Browse files
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <[email protected]>
1 parent 74a0dce commit 47294de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/prompts/PromptsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
563563
*/}
564564
<div style={{ marginBottom: 15 }}>
565565
<VSCodeCheckbox
566-
checked={enableCustomModeCreation || false}
566+
checked={enableCustomModeCreation ?? true}
567567
onChange={(e: any) => {
568568
// Just update the local state through React context
569569
// The React context will update the global state

0 commit comments

Comments
 (0)