mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 03:29:02 +08:00
bug: edit channel is fixed (#855)
This commit is contained in:
parent
a9cbd12330
commit
7a3a3b8d89
@ -56,7 +56,7 @@ const EditAlertChannels = ({
|
||||
});
|
||||
}
|
||||
setSavingState(false);
|
||||
}, [selectedConfig, notifications, toggleSettingsTab, id]);
|
||||
}, [selectedConfig, notifications, id]);
|
||||
|
||||
const onSaveHandler = useCallback(
|
||||
(value: ChannelType) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user