Skip to content

Commit 1653263

Browse files
committed
pr comment
1 parent bbc9555 commit 1653263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
251251
value={apiConfiguration?.requestyApiKey || ""}
252252
style={{ width: "100%" }}
253253
type="password"
254-
onInput={handleInputChange("requestyApiKey")}
254+
onBlur={handleInputChange("requestyApiKey")}
255255
placeholder="Enter API Key...">
256256
<span style={{ fontWeight: 500 }}>Requesty API Key</span>
257257
</VSCodeTextField>

0 commit comments

Comments
 (0)