mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 19:05:54 +08:00
fix: remove duplicate settings tab (#4552)
This commit is contained in:
parent
ab950135ff
commit
aa9a3e9349
@ -24,7 +24,6 @@ export const getRoutes = (
|
|||||||
settings.push(...alertChannels(t));
|
settings.push(...alertChannels(t));
|
||||||
} else {
|
} else {
|
||||||
settings.push(...alertChannels(t));
|
settings.push(...alertChannels(t));
|
||||||
settings.push(...generalSettings(t));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
settings.push(...generalSettings(t));
|
settings.push(...generalSettings(t));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user