mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 16:50:44 +08:00
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:
commit
46f258747a
@ -19,6 +19,9 @@ const routesToSkip = [
|
|||||||
ROUTES.ALL_DASHBOARD,
|
ROUTES.ALL_DASHBOARD,
|
||||||
ROUTES.ORG_SETTINGS,
|
ROUTES.ORG_SETTINGS,
|
||||||
ROUTES.ERROR_DETAIL,
|
ROUTES.ERROR_DETAIL,
|
||||||
|
ROUTES.ALERTS_NEW,
|
||||||
|
ROUTES.EDIT_ALERTS,
|
||||||
|
ROUTES.LIST_ALL_ALERT,
|
||||||
];
|
];
|
||||||
|
|
||||||
function TopNav(): JSX.Element | null {
|
function TopNav(): JSX.Element | null {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user