mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
74a0dcebf6
commit
47294dec56
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
|
|||
*/}
|
||||
<div style={{ marginBottom: 15 }}>
|
||||
<VSCodeCheckbox
|
||||
checked={enableCustomModeCreation || false}
|
||||
checked={enableCustomModeCreation ?? true}
|
||||
onChange={(e: any) => {
|
||||
// Just update the local state through React context
|
||||
// The React context will update the global state
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue