Thanks to visit codestin.com Credit goes to github.com
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 21f5356 commit 625c816Copy full SHA for 625c816
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