mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 07:56:05 +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" />,
|
||||
name: t('routes.alert_channels'),
|
||||
route: ROUTES.ALL_CHANNELS,
|
||||
key: ROUTES.ALL_CHANNELS,
|
||||
route: ROUTES.CHANNELS_NEW,
|
||||
key: ROUTES.CHANNELS_NEW,
|
||||
},
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user