Skip to content

Commit 76e2235

Browse files
author
Theodore Li
committed
Fix build error
1 parent 748f0dd commit 76e2235

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/credential-selector

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/credential-selector/credential-selector.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export function CredentialSelector({
250250
? `Connect another ${getProviderName(provider)} account`
251251
: `Connect ${getProviderName(provider)} account`,
252252
value: '__connect_account__',
253+
iconElement: <ExternalLink className='h-3 w-3' />,
253254
})
254255

255256
groups.push({
@@ -272,6 +273,7 @@ export function CredentialSelector({
272273
? `Connect another ${getProviderName(provider)} account`
273274
: `Connect ${getProviderName(provider)} account`,
274275
value: '__connect_account__',
276+
iconElement: <ExternalLink className='h-3 w-3' />,
275277
})
276278

277279
return { comboboxOptions: options, comboboxGroups: undefined }

0 commit comments

Comments
 (0)