mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
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") {
|
if (editState === "new") {
|
||||||
onUpsertConfig(trimmedValue)
|
onUpsertConfig(trimmedValue)
|
||||||
} else if (editState === "rename" && currentApiConfigName) {
|
} else if (editState === "rename" && currentApiConfigName) {
|
||||||
if (currentApiConfigName !== trimmedValue) {
|
onRenameConfig(currentApiConfigName, trimmedValue)
|
||||||
onRenameConfig(currentApiConfigName, trimmedValue)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setEditState(null)
|
setEditState(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user