mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Changed checkbox checked prop from !!value to value === true - This ensures undefined values are properly handled as unchecked - Fixes Save button not activating on first toggle for new installs - Applied fix to both Gemini and Vertex components - Added tests for undefined state handling Fixes #8245 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||