Skip to content
Prev Previous commit
fix(connectors): reset apiKeyFocused on connector re-selection
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
  • Loading branch information
waleedlatif1 and claude committed Mar 14, 2026
commit 4e1baa7747ffec881687861e3bc26aeb7721d38d
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export function AddConnectorModal({ open, onOpenChange, knowledgeBaseId }: AddCo
setSourceConfig({})
setSelectedCredentialId(null)
setApiKeyValue('')
setApiKeyFocused(false)
setDisabledTagIds(new Set())
setCanonicalModes({})
setError(null)
Expand Down
Loading