mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-30 10:05:15 +08:00
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
This commit is contained in:
parent
a8e8c37fdd
commit
f22a1adb8b
@ -197,7 +197,7 @@ const Panel: FC = () => {
|
|||||||
{t(`${I18N_PREFIX}.${enabled ? 'enabled' : 'disabled'}`)}
|
{t(`${I18N_PREFIX}.${enabled ? 'enabled' : 'disabled'}`)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<InUseProviderIcon className='ml-1 h-4' />
|
{InUseProviderIcon && <InUseProviderIcon className='ml-1 h-4' />}
|
||||||
<Divider type='vertical' className='h-3.5' />
|
<Divider type='vertical' className='h-3.5' />
|
||||||
<div className='flex items-center' onClick={e => e.stopPropagation()}>
|
<div className='flex items-center' onClick={e => e.stopPropagation()}>
|
||||||
<ConfigButton
|
<ConfigButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user