We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f475555 commit 8f665e3Copy full SHA for 8f665e3
site/src/modules/management/DeploymentSidebarView.tsx
@@ -87,7 +87,6 @@ export const DeploymentSidebarView: FC<DeploymentSidebarViewProps> = ({
87
<SidebarNavItem href="/deployment/notifications">
88
<div className="flex flex-row items-center gap-2">
89
<span>Notifications</span>
90
- <FeatureStageBadge contentType="beta" size="sm" />
91
</div>
92
</SidebarNavItem>
93
)}
site/src/pages/UserSettingsPage/NotificationsPage/NotificationsPage.tsx
@@ -99,7 +99,6 @@ export const NotificationsPage: FC = () => {
99
title="Notifications"
100
description="Control which notifications you receive."
101
layout="fluid"
102
- featureStage="beta"
103
>
104
{ready ? (
105
<Stack spacing={4}>
0 commit comments