From 7a3a3b8d8916f502e96c7937386737aba9cb276a Mon Sep 17 00:00:00 2001 From: palash-signoz Date: Wed, 16 Mar 2022 22:35:13 +0530 Subject: [PATCH] bug: edit channel is fixed (#855) --- frontend/src/container/EditAlertChannels/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/container/EditAlertChannels/index.tsx b/frontend/src/container/EditAlertChannels/index.tsx index bd707ee2b3..033b861a4a 100644 --- a/frontend/src/container/EditAlertChannels/index.tsx +++ b/frontend/src/container/EditAlertChannels/index.tsx @@ -56,7 +56,7 @@ const EditAlertChannels = ({ }); } setSavingState(false); - }, [selectedConfig, notifications, toggleSettingsTab, id]); + }, [selectedConfig, notifications, id]); const onSaveHandler = useCallback( (value: ChannelType) => {