Skip to content

Commit 81ccb1b

Browse files
fix(credentials): polish connection hint and provider picker sizing
1 parent 69a73bc commit 81ccb1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/integrations/components/connect-personal-token-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function PersonalTokenForm({
8888
type='custom'
8989
title='Personal access token'
9090
required
91-
hint='Use a token with the api scope. This connection is private to you and available across your organization.'
91+
hint='Only you can use this connection.'
9292
>
9393
<SecretInput
9494
value={token}

apps/sim/ee/credential-groups/components/organization-account-provider-catalog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function OrganizationAccountProviderCatalog({
8484
<ChipModalHeader onClose={onClose} closeDisabled={pending}>
8585
Add provider
8686
</ChipModalHeader>
87-
<ChipModalBody className='h-[480px] max-h-[70dvh] overflow-hidden'>
87+
<ChipModalBody className='h-[480px] max-h-[70dvh] flex-none overflow-hidden'>
8888
<ChipModalField
8989
type='custom'
9090
title='Find a provider'

0 commit comments

Comments
 (0)