order tracing providers by alphabetical order

pull/14262/head
Gu 1 year ago
parent ce1a474261
commit 0b254c426b

@ -221,10 +221,10 @@ const ConfigPopup: FC<PopupProps> = ({
<> <>
<div className='system-xs-medium-uppercase text-text-tertiary'>{t(`${I18N_PREFIX}.configProviderTitle.${providerAllConfigured ? 'configured' : 'notConfigured'}`)}</div> <div className='system-xs-medium-uppercase text-text-tertiary'>{t(`${I18N_PREFIX}.configProviderTitle.${providerAllConfigured ? 'configured' : 'notConfigured'}`)}</div>
<div className='mt-2 space-y-2'> <div className='mt-2 space-y-2'>
{weavePanel}
{langSmithPanel}
{langfusePanel} {langfusePanel}
{langSmithPanel}
{opikPanel} {opikPanel}
{weavePanel}
</div> </div>
</> </>
) )

Loading…
Cancel
Save