|
@@ -563,7 +563,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
|
|
|
*/}
|
|
*/}
|
|
|
<div style={{ marginBottom: 15 }}>
|
|
<div style={{ marginBottom: 15 }}>
|
|
|
<VSCodeCheckbox
|
|
<VSCodeCheckbox
|
|
|
- checked={enableCustomModeCreation || false}
|
|
|
|
|
|
|
+ checked={enableCustomModeCreation ?? true}
|
|
|
onChange={(e: any) => {
|
|
onChange={(e: any) => {
|
|
|
// Just update the local state through React context
|
|
// Just update the local state through React context
|
|
|
// The React context will update the global state
|
|
// The React context will update the global state
|