mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 18:49:06 +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);
|
setSavingState(false);
|
||||||
}, [selectedConfig, notifications, toggleSettingsTab, id]);
|
}, [selectedConfig, notifications, id]);
|
||||||
|
|
||||||
const onSaveHandler = useCallback(
|
const onSaveHandler = useCallback(
|
||||||
(value: ChannelType) => {
|
(value: ChannelType) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user