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 1076c2a commit 8dd02bcCopy full SHA for 8dd02bc
webview-ui/src/components/settings/providers/Requesty.tsx
@@ -79,7 +79,7 @@ export const Requesty = ({
79
balanceDisplay={
80
apiConfiguration?.requestyApiKey && (
81
<RequestyBalanceDisplay apiKey={apiConfiguration.requestyApiKey}
82
- baseUrl={apiConfiguration.requestyBaseUrl
+ baseUrl={apiConfiguration.requestyBaseUrl}
83
/>
84
)
85
}
0 commit comments