Skip to content

Commit

Permalink
api key not required
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Apr 8, 2024
1 parent d4ae849 commit 2cce787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webview/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ function ProviderForm({ onClose, provider }: ProviderFormProps) {
<label htmlFor="apiKey">API key</label>
</div>
<VSCodeTextField
required
onChange={handleChange}
name="apiKey"
value={formState.apiKey || ''}
Expand Down

0 comments on commit 2cce787

Please sign in to comment.