mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 04:45:55 +08:00
fix: channels new key is updated (#3271)
This commit is contained in:
parent
daebea701d
commit
10141a207b
@ -13,7 +13,7 @@ export const alertsRoutesConfig = [
|
|||||||
{
|
{
|
||||||
Component: (): JSX.Element => <CreateAlertChannels preType="slack" />,
|
Component: (): JSX.Element => <CreateAlertChannels preType="slack" />,
|
||||||
name: t('routes.alert_channels'),
|
name: t('routes.alert_channels'),
|
||||||
route: ROUTES.ALL_CHANNELS,
|
route: ROUTES.CHANNELS_NEW,
|
||||||
key: ROUTES.ALL_CHANNELS,
|
key: ROUTES.CHANNELS_NEW,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user