Skip to content

Commit

Permalink
fix credentials picker API key display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 24, 2024
1 parent a2c1f82 commit 125b1f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const CredentialsInput: FC<{
<SelectItem key={index} value={credentials.id}>
<ProviderIcon className="mr-2 inline h-4 w-4" />
<IconKey className="mr-1.5 inline" />
{credentials.username}
{credentials.title}
</SelectItem>
))}
<SelectSeparator />
Expand Down

0 comments on commit 125b1f3

Please sign in to comment.