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 1a0a8ce commit 11090caCopy full SHA for 11090ca
webview-ui/src/components/settings/providers/ibm-watsonx.tsx
@@ -380,7 +380,7 @@ export const WatsonxAI = ({
380
) : (
381
<div className="w-full mb-1">
382
<VSCodeTextField
383
- value={apiConfiguration.watsonxPassword}
+ value={apiConfiguration.watsonxPassword || ""}
384
type="password"
385
onInput={handleInputChange("watsonxPassword")}
386
placeholder={t("settings:providers.watsonx.password")}
0 commit comments