mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 04:45:51 +08:00
fix: credential default badge
This commit is contained in:
@ -136,6 +136,13 @@ const Item = ({
|
||||
>
|
||||
{credential.name}
|
||||
</div>
|
||||
{
|
||||
credential.is_default && (
|
||||
<Badge className='shrink-0'>
|
||||
{t('plugin.auth.default')}
|
||||
</Badge>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user