order tracing providers by alphabetical order

pull/14262/head
Gu 1 year ago
parent ea6a6bb753
commit ce1a474261

@ -157,18 +157,19 @@ const ConfigPopup: FC<PopupProps> = ({
const moreProviderPanel = () => { const moreProviderPanel = () => {
const notConfiguredPanels: JSX.Element[] = [] const notConfiguredPanels: JSX.Element[] = []
if (!weaveConfig)
notConfiguredPanels.push(weavePanel)
if (!langSmithConfig)
notConfiguredPanels.push(langSmithPanel)
if (!langFuseConfig) if (!langFuseConfig)
notConfiguredPanels.push(langfusePanel) notConfiguredPanels.push(langfusePanel)
if (!langSmithConfig)
notConfiguredPanels.push(langSmithPanel)
if (!opikConfig) if (!opikConfig)
notConfiguredPanels.push(opikPanel) notConfiguredPanels.push(opikPanel)
if (!weaveConfig)
notConfiguredPanels.push(weavePanel)
return notConfiguredPanels return notConfiguredPanels
} }

Loading…
Cancel
Save