mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Datasources: Fix tracking event name (#62940)
fix: fix typo in event name
This commit is contained in:
parent
ee2878f189
commit
e3512ddd7e
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user