Skip to content

Commit

Permalink
Fixed the typo for AI generated annotation (#5031)
Browse files Browse the repository at this point in the history
  • Loading branch information
jryu01 authored Oct 3, 2024
1 parent 44f91f8 commit 565a7ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ const generateAnnotation = async (setting: ChartSetting, query: string) => {
const variable = setting.selectedVariables[0];
const annotationLayerSpec = await generateForecastChartAnnotation(
query,
'timpoint_id',
'timepoint_id',
[`${pyciemssMap.value[variable]}_mean:pre`, `${pyciemssMap.value[variable]}_mean`],
{
translationMap: reverseMap,
Expand Down

0 comments on commit 565a7ec

Please sign in to comment.