Merge pull request #1395 from mindhash/amol/alert-0-10-0-fix3

feat: remove global time selection on alerts pages
This commit is contained in:
Palash 2022-07-14 18:15:33 +05:30 committed by GitHub
commit 46f258747a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@ const routesToSkip = [
ROUTES.ALL_DASHBOARD,
ROUTES.ORG_SETTINGS,
ROUTES.ERROR_DETAIL,
ROUTES.ALERTS_NEW,
ROUTES.EDIT_ALERTS,
ROUTES.LIST_ALL_ALERT,
];
function TopNav(): JSX.Element | null {