From 5b2f897a00ba1aadbec527664c9ab4f9af27790e Mon Sep 17 00:00:00 2001 From: Vikrant Gupta Date: Thu, 1 May 2025 19:59:34 +0530 Subject: [PATCH] chore(ruler): remove the notification for rule ID migration (#7806) --- frontend/src/container/Home/Home.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/frontend/src/container/Home/Home.tsx b/frontend/src/container/Home/Home.tsx index 526dbedc2b..18d896dcfe 100644 --- a/frontend/src/container/Home/Home.tsx +++ b/frontend/src/container/Home/Home.tsx @@ -2,7 +2,7 @@ import './Home.styles.scss'; import { Color } from '@signozhq/design-tokens'; -import { Alert, Button, Popover } from 'antd'; +import { Button, Popover } from 'antd'; import logEvent from 'api/common/logEvent'; import { HostListPayload } from 'api/infraMonitoring/getHostLists'; import { K8sPodsListPayload } from 'api/infraMonitoring/getK8sPodsList'; @@ -644,16 +644,6 @@ export default function Home(): JSX.Element {
-
-
- -
-
- {!isWelcomeChecklistSkipped && !loadingUserPreferences && (