Skip to content

Commit ff13b1f

Browse files
committed
remove credential no access marker
1 parent fa32b9e commit ff13b1f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ export function CredentialSelector({
149149
if (selectedCredentialSet) return selectedCredentialSet.name
150150
if (selectedCredential) return selectedCredential.name
151151
if (inaccessibleCredentialName) return inaccessibleCredentialName
152-
if (selectedId && !credentialsLoading) return 'Credential (no access)'
153152
return ''
154153
}, [
155154
selectedCredentialSet,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export function ToolCredentialSelector({
117117
const resolvedLabel = useMemo(() => {
118118
if (selectedCredential) return selectedCredential.name
119119
if (inaccessibleCredentialName) return inaccessibleCredentialName
120-
if (selectedId && !credentialsLoading) return 'Credential (no access)'
121120
return ''
122121
}, [selectedCredential, inaccessibleCredentialName, selectedId, credentialsLoading])
123122

0 commit comments

Comments
 (0)