mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 03:12:52 +08:00
Dashboards: Fix reporting of save dashboard interaction (#109701)
Fix reporting of save dashboard interaction
This commit is contained in:
@ -71,7 +71,7 @@ export function useSaveDashboard(isCopy = false) {
|
||||
url: resultData.url,
|
||||
});
|
||||
} else {
|
||||
reportInteraction(`grafana_dashboard_${resultData.uid ? 'saved' : 'created'}`, {
|
||||
reportInteraction(`grafana_dashboard_${options.isNew ? 'created' : 'saved'}`, {
|
||||
name: saveModel.title,
|
||||
url: resultData.url,
|
||||
});
|
||||
|
Reference in New Issue
Block a user