Datasources: Fix tracking event name (#62940)
fix: fix typo in event name
This commit is contained in:
@@ -72,5 +72,5 @@ export const trackExploreClicked = (props: DataSourceGeneralTrackingProps) => {
|
||||
};
|
||||
|
||||
export const trackCreateDashboardClicked = (props: DataSourceGeneralTrackingProps) => {
|
||||
reportInteraction('grafana_ds_explore_datasource_clicked', props);
|
||||
reportInteraction('grafana_ds_create_dashboard_clicked', props);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user