Skip to content

Commit

Permalink
[ES3] Fix telemetry ID for indices
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipse committed Jan 24, 2025
1 parent 000d682 commit 58c6f32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export const CreateIndex = ({ indicesData }: CreateIndexProps) => {
changeWorkflowId={(workflowId: WorkflowId) => {
setSelectedWorkflowId(workflowId);
usageTracker.click([
AnalyticsEvents.startCreateIndexWorkflowSelect,
`${AnalyticsEvents.startCreateIndexWorkflowSelect}_${workflowId}`,
AnalyticsEvents.createIndexWorkflowSelect,
`${AnalyticsEvents.createIndexWorkflowSelect}_${workflowId}`,
]);
}}
selectedWorkflow={workflow}
Expand Down

0 comments on commit 58c6f32

Please sign in to comment.