mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 17:40:43 +08:00
Merge branch 'develop' into release/v0.10.1
This commit is contained in:
commit
04cf1b2697
@ -156,6 +156,8 @@ function RuleOptions({
|
|||||||
...alertDef,
|
...alertDef,
|
||||||
condition: {
|
condition: {
|
||||||
...alertDef.condition,
|
...alertDef.condition,
|
||||||
|
op: alertDef.condition?.op || defaultCompareOp,
|
||||||
|
matchType: alertDef.condition?.matchType || defaultMatchType,
|
||||||
target: value as number,
|
target: value as number,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user