fix: trace return null cause page crash (#15588)
This commit is contained in:
parent
2b1facc7a6
commit
b938c9b7f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue