Skip to content

Commit 4e1baa7

Browse files
waleedlatif1claude
andcommitted
fix(connectors): reset apiKeyFocused on connector re-selection
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b4cd61a commit 4e1baa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/app/workspace/[workspaceId]/knowledge/[id]/components/add-connector-modal/add-connector-modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export function AddConnectorModal({ open, onOpenChange, knowledgeBaseId }: AddCo
143143
setSourceConfig({})
144144
setSelectedCredentialId(null)
145145
setApiKeyValue('')
146+
setApiKeyFocused(false)
146147
setDisabledTagIds(new Set())
147148
setCanonicalModes({})
148149
setError(null)

0 commit comments

Comments
 (0)