From b2036ffcbfbba19e2a07e44ce469ecf6770de91d Mon Sep 17 00:00:00 2001 From: Laura Benz <48948963+L-M-K-B@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:11:17 +0200 Subject: [PATCH] RestoreDashboards: Correct tracking data (#94855) * refactor: change output for restore_enabled * refactor: change output for restore_enabled * refactor --- .../components/BrowseActions/BrowseActions.tsx | 2 +- .../browse-dashboards/components/BrowseActions/DeleteModal.tsx | 2 +- .../features/dashboard-scene/settings/DeleteDashboardButton.tsx | 2 +- .../components/DeleteDashboard/DeleteDashboardModal.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.tsx b/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.tsx index 3add4a8c2d2..80eb018bb42 100644 --- a/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.tsx +++ b/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.tsx @@ -115,6 +115,6 @@ function trackAction(action: keyof typeof actionMap, selectedItems: Omit