Skip to content

Commit

Permalink
Fix session check (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Dec 10, 2024
1 parent cdec774 commit 60b5a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/keychain/src/components/connect/CreateSession.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export function CreateSession({
borderColor="error.foreground"
isChecked={isConsent}
isDisabled={isConnecting}
pointerEvents="none"
/>
<Text fontSize="xs" textColor="error.foreground">
I understand and agree to grant permission for this application to
Expand Down

0 comments on commit 60b5a10

Please sign in to comment.