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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {