Datasources: Fix tracking event name (#62940)

fix: fix typo in event name
This commit is contained in:
Levente Balogh 2023-02-06 12:15:44 +01:00 committed by GitHub
parent ee2878f189
commit e3512ddd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
};