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 notConfiguredPanels: JSX.Element[] = []
if (!weaveConfig)
notConfiguredPanels.push(weavePanel)
if (!langSmithConfig)
notConfiguredPanels.push(langSmithPanel)
if (!langFuseConfig)
notConfiguredPanels.push(langfusePanel)
if (!langSmithConfig)
notConfiguredPanels.push(langSmithPanel)
if (!opikConfig)
notConfiguredPanels.push(opikPanel)
if (!weaveConfig)
notConfiguredPanels.push(weavePanel)
return notConfiguredPanels
}

Loading…
Cancel
Save