More fixes to checkbox state

This commit is contained in:
Matt Rubens
2025-01-16 10:14:36 -05:00
parent 852ac53bb3
commit 6254e74216
3 changed files with 12 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
mode: codeMode,
customPrompts: defaultPrompts,
enhancementApiConfigId: '',
autoApprovalEnabled: false,
})
const [didHydrateState, setDidHydrateState] = useState(false)
const [showWelcome, setShowWelcome] = useState(false)