From 7cf957ee9b5fd2c89cb877b1507cc1b333bbbe46 Mon Sep 17 00:00:00 2001 From: Joshua Matsuoka Date: Fri, 7 Feb 2025 16:45:29 -0500 Subject: [PATCH] chore(diagnostics): Remove beta label from diagnostics card labels (#1565) (cherry picked from commit ab12fff57c5a1ca148f3758ba21a65798800beca) --- src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx b/src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx index f63df85bb..259d393b9 100644 --- a/src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx +++ b/src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx @@ -142,10 +142,6 @@ export const DiagnosticsCardDescriptor: DashboardCardDescriptor = { propControls: [], icon: , labels: [ - { - content: 'Beta', - color: 'cyan', - }, { content: 'Diagnostics', color: 'blue',