bug: edit channel is fixed (#855)

This commit is contained in:
palash-signoz 2022-03-16 22:35:13 +05:30 committed by GitHub
parent a9cbd12330
commit 7a3a3b8d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ const EditAlertChannels = ({
});
}
setSavingState(false);
}, [selectedConfig, notifications, toggleSettingsTab, id]);
}, [selectedConfig, notifications, id]);
const onSaveHandler = useCallback(
(value: ChannelType) => {