We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6ebfb9 + 8e6b388 commit 42cf557Copy full SHA for 42cf557
.changeset/dull-numbers-run.md
@@ -0,0 +1,5 @@
1
+---
2
+"roo-cline": patch
3
4
+
5
+Fix bug creating new configuration profiles
webview-ui/src/components/settings/ApiConfigManager.tsx
@@ -58,9 +58,7 @@ const ApiConfigManager = ({
58
if (editState === "new") {
59
onUpsertConfig(trimmedValue)
60
} else if (editState === "rename" && currentApiConfigName) {
61
- if (currentApiConfigName !== trimmedValue) {
62
- onRenameConfig(currentApiConfigName, trimmedValue)
63
- }
+ onRenameConfig(currentApiConfigName, trimmedValue)
64
}
65
66
setEditState(null)
0 commit comments