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

This commit is contained in:
Joel
2025-03-12 14:40:43 +08:00
committed by GitHub
parent 2b1facc7a6
commit b938c9b7f6

View File

@@ -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)