mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Add deep equality check before calling setApiConfigurationField for openAiHeaders in OpenAICompatible.tsx. This prevents the Settings dialog from incorrectly showing an unsaved changes prompt when the headers have not actually changed. The fix follows the same pattern already used in ApiOptions.tsx, using JSON.stringify for deep equality comparison. Fixes #8230 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||