minro fix: fix a typo for aliyun (#22001)

Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
pull/21659/head^2
NeatGuyCoding 7 months ago committed by GitHub
parent aded30b664
commit 1760179093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ GEN_AI_PROMPT_TEMPLATE_VARIABLE = "gen_ai.prompt_template.variable"
GEN_AI_PROMPT = "gen_ai.prompt"
GEN_AI_COMPLETION = "gem_ai.completion"
GEN_AI_COMPLETION = "gen_ai.completion"
GEN_AI_RESPONSE_FINISH_REASON = "gen_ai.response.finish_reason"

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

Loading…
Cancel
Save