Skip to content

Commit 5193687

Browse files
committed
reset ref correctly:
1 parent befc1ca commit 5193687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/app/workspace/[workspaceId]/settings/components/integrations/integrations-manager.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ export function IntegrationsManager() {
361361
setCreateOAuthProviderId('')
362362
setCreateError(null)
363363
setShowCreateOAuthRequiredModal(false)
364+
pendingReturnOriginRef.current = undefined
364365
}
365366

366367
const handleSelectCredential = (credential: WorkspaceCredential) => {

0 commit comments

Comments
 (0)