瀏覽代碼

fix: trace return null cause page crash (#15588)

tags/1.1.0
Joel 7 月之前
父節點
當前提交
b938c9b7f6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx

+ 1
- 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/panel.tsx 查看文件

@@ -82,7 +82,7 @@ const Panel: FC = () => {
? LangfuseIcon
: inUseTracingProvider === TracingProvider.opik
? OpikIcon
: null
: LangsmithIcon

const [langSmithConfig, setLangSmithConfig] = useState<LangSmithConfig | null>(null)
const [langFuseConfig, setLangFuseConfig] = useState<LangFuseConfig | null>(null)

Loading…
取消
儲存