Skip to content

Commit 11090ca

Browse files
Update webview-ui/src/components/settings/providers/ibm-watsonx.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 1a0a8ce commit 11090ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/providers/ibm-watsonx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export const WatsonxAI = ({
380380
) : (
381381
<div className="w-full mb-1">
382382
<VSCodeTextField
383-
value={apiConfiguration.watsonxPassword}
383+
value={apiConfiguration.watsonxPassword || ""}
384384
type="password"
385385
onInput={handleInputChange("watsonxPassword")}
386386
placeholder={t("settings:providers.watsonx.password")}

0 commit comments

Comments
 (0)