Minor: removed beta label for incident manager (#15795)

This commit is contained in:
Shailesh Parmar 2024-04-03 19:27:24 +05:30 committed by GitHub
parent 9cadae9c27
commit b59efdcf30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,6 @@ export const SIDEBAR_LIST = [
redirect_url: ROUTES.INCIDENT_MANAGER, redirect_url: ROUTES.INCIDENT_MANAGER,
icon: IncidentMangerIcon, icon: IncidentMangerIcon,
dataTestId: `app-bar-item-${SidebarItem.INCIDENT_MANAGER}`, dataTestId: `app-bar-item-${SidebarItem.INCIDENT_MANAGER}`,
isBeta: true,
}, },
{ {
key: ROUTES.OBSERVABILITY_ALERTS, key: ROUTES.OBSERVABILITY_ALERTS,