mirror of
https://github.com/langgenius/dify.git
synced 2026-03-12 20:32:53 +08:00
fix: credential default badge
This commit is contained in:
parent
2d3975917c
commit
c9f1880baf
@ -136,6 +136,13 @@ const Item = ({
|
||||
>
|
||||
{credential.name}
|
||||
</div>
|
||||
{
|
||||
credential.is_default && (
|
||||
<Badge className='shrink-0'>
|
||||
{t('plugin.auth.default')}
|
||||
</Badge>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user