minro fix: fix a typo for aliyun

Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
pull/22001/head
neatguycoding 11 months ago
parent c48b32c9e3
commit 747e90a4ab

@ -179,7 +179,7 @@ const ConfigPopup: FC<PopupProps> = ({
onConfig={handleOnConfig(TracingProvider.aliyun)} onConfig={handleOnConfig(TracingProvider.aliyun)}
isChosen={chosenProvider === TracingProvider.aliyun} isChosen={chosenProvider === TracingProvider.aliyun}
onChoose={handleOnChoose(TracingProvider.aliyun)} onChoose={handleOnChoose(TracingProvider.aliyun)}
key="alyun-provider-panel" key="aliyun-provider-panel"
/> />
) )
const configuredProviderPanel = () => { const configuredProviderPanel = () => {

Loading…
Cancel
Save