mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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