Skip to content

Commit 66fe26c

Browse files
committed
fix(credential-selector): remove reserved icon space when no credential selected
1 parent 67f8a68 commit 66fe26c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export function CredentialSelector({
379379
filterOptions={true}
380380
isLoading={credentialsLoading}
381381
overlayContent={overlayContent}
382-
className={selectedId || isCredentialSetSelected ? 'pl-[28px]' : ''}
382+
className={overlayContent ? 'pl-[28px]' : ''}
383383
/>
384384

385385
{needsUpdate && (

0 commit comments

Comments
 (0)