mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
commit
42cf557198
2 changed files with 6 additions and 3 deletions
5
.changeset/dull-numbers-run.md
Normal file
5
.changeset/dull-numbers-run.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix bug creating new configuration profiles
|
||||
|
|
@ -58,9 +58,7 @@ const ApiConfigManager = ({
|
|||
if (editState === "new") {
|
||||
onUpsertConfig(trimmedValue)
|
||||
} else if (editState === "rename" && currentApiConfigName) {
|
||||
if (currentApiConfigName !== trimmedValue) {
|
||||
onRenameConfig(currentApiConfigName, trimmedValue)
|
||||
}
|
||||
onRenameConfig(currentApiConfigName, trimmedValue)
|
||||
}
|
||||
|
||||
setEditState(null)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue