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) => {