Unverified Commit fb634303 authored by pal-sig's avatar pal-sig Committed by GitHub
Browse files

Remove time filter alert page (#412)


* fix(FE): removed time filter from settings page #374

* declared an array consisting of routes,in which we won't have to render time filter component

* fix(UI): global down is removed from the alerts page
Co-authored-by: default avatarMohmin2 <mohmin@expansionjs.com>
Co-authored-by: default avatarMohmn <naqashmohmin1@gmail.com>
Co-authored-by: default avatarAnkit Nayan <ankit@signoz.io>
parent 5e828bf1
Showing with 2 additions and 1 deletion
+2 -1
......@@ -8,7 +8,8 @@ import ShowBreadcrumbs from './Breadcrumbs';
import DateTimeSelector from './DateTimeSelection';
import { Container } from './styles';
const routesToSkip = [ROUTES.SETTINGS];
const routesToSkip = [ROUTES.SETTINGS, ROUTES.LIST_ALL_ALERT];
const TopNav = (): JSX.Element | null => {
const { pathname } = useLocation();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment