ソースを参照

fix: Integration langfuse, front-end error( #15695) (#15709)

Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
tags/1.1.0
XiaoBa 7ヶ月前
コミット
f22a1adb8b
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx ファイルの表示

@@ -197,7 +197,7 @@ const Panel: FC = () => {
{t(`${I18N_PREFIX}.${enabled ? 'enabled' : 'disabled'}`)}
</div>
</div>
<InUseProviderIcon className='ml-1 h-4' />
{InUseProviderIcon && <InUseProviderIcon className='ml-1 h-4' />}
<Divider type='vertical' className='h-3.5' />
<div className='flex items-center' onClick={e => e.stopPropagation()}>
<ConfigButton

読み込み中…
キャンセル
保存