Skip to content

Commit

Permalink
chore(diagnostics): Promote diagnostics card to Production level (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Matsuoka authored Feb 7, 2025
1 parent ffa214f commit 34f1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const DiagnosticsCardSizes: DashboardCardSizes = {
};

export const DiagnosticsCardDescriptor: DashboardCardDescriptor = {
featureLevel: FeatureLevel.BETA,
featureLevel: FeatureLevel.PRODUCTION,
title: 'DiagnosticsCard.DIAGNOSTICS_CARD_TITLE',
cardSizes: DiagnosticsCardSizes,
description: 'DiagnosticsCard.DIAGNOSTICS_CARD_DESCRIPTION',
Expand Down

0 comments on commit 34f1d01

Please sign in to comment.