mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
BrowseDashboardPage: remove error
property from tracking event (#95599)
This commit is contained in:
parent
3034bcaa72
commit
0bd0dc374a
@ -99,7 +99,6 @@ const BrowseDashboardsPage = memo(() => {
|
||||
if ('error' in result) {
|
||||
reportInteraction('grafana_browse_dashboards_page_edit_folder_name', {
|
||||
status: 'failed_with_error',
|
||||
error: result.error,
|
||||
});
|
||||
throw result.error;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user