BrowseDashboardPage: remove error property from tracking event (#95599)

This commit is contained in:
Laura Fernández
2024-10-30 13:02:28 +01:00
committed by GitHub
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 {