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.
1 parent d6ebfb9 commit fc03237Copy full SHA for fc03237
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