fix: channels new key is updated (#3271)

This commit is contained in:
Palash Gupta 2023-08-06 20:50:33 +05:30 committed by GitHub
parent daebea701d
commit 10141a207b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}, },
]; ];