From 95e89952cecda94a9eb05aacae759a57f2387e2b Mon Sep 17 00:00:00 2001 From: jmatsuok Date: Fri, 7 Feb 2025 16:34:11 -0500 Subject: [PATCH] Remove beta label from diagnostics card labels --- 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 cc21b22ad..ba132d7f6 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',