diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/credential-selector/credential-selector.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/credential-selector/credential-selector.tsx index 99d6779aa8..7011e69113 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/credential-selector/credential-selector.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/credential-selector/credential-selector.tsx @@ -379,7 +379,7 @@ export function CredentialSelector({ filterOptions={true} isLoading={credentialsLoading} overlayContent={overlayContent} - className={selectedId || isCredentialSetSelected ? 'pl-[28px]' : ''} + className={overlayContent ? 'pl-[28px]' : ''} /> {needsUpdate && (