fix: trace return null cause page crash (#15588)
This commit is contained in:
parent
2b1facc7a6
commit
b938c9b7f6
@ -82,7 +82,7 @@ const Panel: FC = () => {
|
|||||||
? LangfuseIcon
|
? LangfuseIcon
|
||||||
: inUseTracingProvider === TracingProvider.opik
|
: inUseTracingProvider === TracingProvider.opik
|
||||||
? OpikIcon
|
? OpikIcon
|
||||||
: null
|
: LangsmithIcon
|
||||||
|
|
||||||
const [langSmithConfig, setLangSmithConfig] = useState<LangSmithConfig | null>(null)
|
const [langSmithConfig, setLangSmithConfig] = useState<LangSmithConfig | null>(null)
|
||||||
const [langFuseConfig, setLangFuseConfig] = useState<LangFuseConfig | null>(null)
|
const [langFuseConfig, setLangFuseConfig] = useState<LangFuseConfig | null>(null)
|
||||||
|
Loading…
Reference in New Issue
Block a user