mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 19:08:58 +08:00
Revert "fix: add v4 to the new alert payload (#6090)"
This reverts commit 5651d694854cd77964b9225af7aecb420c9c1fb8.
This commit is contained in:
parent
975f141604
commit
ef3a9adb48
@ -7,7 +7,6 @@ const create = async (
|
|||||||
): Promise<SuccessResponse<PayloadProps> | ErrorResponse> => {
|
): Promise<SuccessResponse<PayloadProps> | ErrorResponse> => {
|
||||||
const response = await axios.post('/rules', {
|
const response = await axios.post('/rules', {
|
||||||
...props.data,
|
...props.data,
|
||||||
version: 'v4',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user