diff --git a/public/app/features/browse-dashboards/BrowseDashboardsPage.tsx b/public/app/features/browse-dashboards/BrowseDashboardsPage.tsx index 6a8b8788798..7e8e3d4135c 100644 --- a/public/app/features/browse-dashboards/BrowseDashboardsPage.tsx +++ b/public/app/features/browse-dashboards/BrowseDashboardsPage.tsx @@ -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 {